From: Dan Wells Date: Fri, 1 Feb 2013 19:39:23 +0000 (-0500) Subject: Standardize on 'My' for user pronoun labels X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdbwells%2Ftpac_your_to_my;p=working%2FEvergreen.git Standardize on 'My' for user pronoun labels The TPAC currently uses a mish-mash of 'My' and 'Your' when labeling user elements (e.g. 'my list', 'your account', etc.). This commit settles on the use of 'My', but only for labels, not for "dialog" (e.g. 'Your payment has been approved') or for imperative statements (e.g. 'Please change your password'). One text which is borderline is 'Log in to Your Account', but I decided to treat it as imperative and leave it alone for now. This commit also changes a heading on the list page which was lacking title case, as the rest of the interface uses title case for all headings. Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 2103ae0982..60dcfca1ad 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@ -9,7 +9,7 @@
-

[% l('Create new list') %]

+

[% l('Create New List') %]

@@ -58,7 +58,7 @@
-

[% l("Your existing lists") %]

+

[% l("My Existing Lists") %]

[% INCLUDE "opac/parts/anon_list.tt2" %] [% IF ctx.bookbags.size %]
diff --git a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 index a0be906792..30ac614094 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 @@ -19,7 +19,7 @@ [%- FOREACH page IN myopac_pages; IF page.url == myopac_page; cls_which = "acct-tab-on"; - ctx.page_title = l("Your Account - [_1]", page.name); + ctx.page_title = l("My Account - [_1]", page.name); ELSE; cls_which = "acct-tab-off"; END -%] diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2 index b75752f19a..24ab914aed 100644 --- a/Open-ILS/src/templates/opac/parts/searchbar.tt2 +++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2 @@ -62,7 +62,7 @@ [% IF (is_advanced AND NOT is_special) AND CGI.param('qtype') %] [% END %] diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2 index 832205d13c..f91cb8acb2 100644 --- a/Open-ILS/src/templates/opac/parts/topnav.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav.tt2 @@ -9,7 +9,7 @@ [% ELSE %]