# HG changeset patch # User luisf # Date 1300961051 0 # Node ID b133cb3ce3b19886f1b86a555e14393d0f0a58a3 # Parent 5f4ac0a159fa4f737b79813daaa374b628d86a2c new format for label variables. diff -r 5f4ac0a159fa -r b133cb3ce3b1 config/locales/en-GB.yml --- 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 diff -r 5f4ac0a159fa -r b133cb3ce3b1 config/locales/en.yml --- 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}."