mirror of https://github.com/BOINC/boinc.git
Merge pull request #2592 from BOINC/knr_translation_string_fix
web: Fix string that included a variable but needs to be translated s…
This commit is contained in:
commit
0ecef40878
|
@ -83,7 +83,7 @@ function delete_account_confirm_action() {
|
|||
|
||||
page_head(tra("Account Deleted"));
|
||||
|
||||
echo "<p>".tra("Your account has been deleted. If you want to contribute to ".PROJECT." in the future you will need to create a new account.")."</p>";
|
||||
echo "<p>".tra("Your account has been deleted. If you want to contribute to %1 in the future you will need to create a new account.",PROJECT)."</p>";
|
||||
|
||||
page_tail();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue