Merge "Flavor access list titles consistent capitalization."

This commit is contained in:
Jenkins 2014-05-01 05:37:43 +00:00 committed by Gerrit Code Review
commit a6e821500d

View File

@ -160,7 +160,7 @@ class UpdateFlavorAccess(workflows.UpdateMembersStep):
"projects in the right column, all projects can use the " "projects in the right column, all projects can use the "
"flavor.") "flavor.")
available_list_title = _("All Projects") available_list_title = _("All Projects")
members_list_title = _("Selected projects") members_list_title = _("Selected Projects")
no_available_text = _("No projects found.") no_available_text = _("No projects found.")
no_members_text = _("No projects selected. " no_members_text = _("No projects selected. "
"All projects can use the flavor.") "All projects can use the flavor.")