Flavor access list titles consistent capitalization.

On the flavor access tab of the edit flavor workflow, you
can select the projects that have access to the flavor.
Currently, the left list is "All Projects" and the right
list is "Selected projects". The "p" should be capitalized
in Selected projects.

This changes "Projects" in both list titles to be capitalized.

Change-Id: Ica2958b50bd4d5dad7c1237bb2450a1c6f3e6efe
Closes-Bug: #1311715
This commit is contained in:
Travis Tripp 2014-04-23 15:01:27 +00:00
parent 84ca8a9da8
commit 9bcfc1fae9

View File

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