Fix translation strings for use with util/extract.php
- Change parentheses to “\x28” and “\x29” - Remove leading commas - Remove quotes before commas
This commit is contained in:
parent
6b44fbbda0
commit
9cd3b17743
17 changed files with 52 additions and 52 deletions
|
@ -147,8 +147,8 @@ function lostpass_generate_password($user)
|
|||
$preamble = deindent(L10n::t('
|
||||
Dear %1$s,
|
||||
Your password has been changed as requested. Please retain this
|
||||
information for your records (or change your password immediately to
|
||||
something that you will remember).
|
||||
information for your records ' . "\x28" . 'or change your password immediately to
|
||||
something that you will remember' . "\x29" . '.
|
||||
', $user['username']));
|
||||
$body = deindent(L10n::t('
|
||||
Your login details are as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue