Mercurial > hg > soundsoftware-site
changeset 293:b133cb3ce3b1 bug_97
new format for label variables.
author | luisf |
---|---|
date | Thu, 24 Mar 2011 10:04:11 +0000 |
parents | 5f4ac0a159fa |
children | ba87afa76607 |
files | config/locales/en-GB.yml config/locales/en.yml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/config/locales/en-GB.yml Wed Mar 23 22:22:51 2011 +0000 +++ b/config/locales/en-GB.yml Thu Mar 24 10:04:11 2011 +0000 @@ -972,4 +972,4 @@ label_reporter_description: Can submit bug reports; has read access for private projects label_set_role_plural: Choose roles for new member - notice_added_to_project: "You have been added to the project {{project_name}}." \ No newline at end of file + notice_added_to_project: "You have been added to the project %{project_name}." \ No newline at end of file
--- a/config/locales/en.yml Wed Mar 23 22:22:51 2011 +0000 +++ b/config/locales/en.yml Thu Mar 24 10:04:11 2011 +0000 @@ -965,5 +965,5 @@ label_reporter_description: Can submit bug reports; has read access for private projects label_set_role_plural: Choose roles for new member - notice_added_to_project: "You have been added to the project {{project_name}}." + notice_added_to_project: "You have been added to the project %{project_name}."