[Rt-commit] rt branch, 4.2/prefer-preferences, updated. rt-4.1.17-199-gbb5c22b

Alex Vandiver alexmv at bestpractical.com
Wed Sep 4 03:06:38 EDT 2013


The branch, 4.2/prefer-preferences has been updated
       via  bb5c22b48181e56dc93095af84139857af187689 (commit)
      from  244ba9b2238614c1098740666c216574170696ba (commit)

Summary of changes:
 docs/customizing/styling_rt.pod | 4 ++--
 lib/RT/Config.pm                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit bb5c22b48181e56dc93095af84139857af187689
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Sep 4 02:51:03 2013 -0400

    Standardize a couple mentions of Options/Settings

diff --git a/docs/customizing/styling_rt.pod b/docs/customizing/styling_rt.pod
index 1372fc2..ba5033e 100644
--- a/docs/customizing/styling_rt.pod
+++ b/docs/customizing/styling_rt.pod
@@ -32,7 +32,7 @@ Theme which doesn't rely on JavaScript for menuing
 
 If you have granted the ModifySelf right to users on your system,
 they can pick a different theme for themselves by going to
-Logged in as -> Settings -> Options and selecting a different theme.
+Logged in as -> Settings -> Preferences and selecting a different theme.
 
 
 =head1 RT Theme Editor
@@ -127,7 +127,7 @@ name you selected, for example:
     Set( $WebDefaultStylesheet, 'localstyle' );
 
 If you restart your RT it should look just the same (assuming you copied
-your current default theme), but if you go to your Options page you'll
+your current default theme), but if you go to your Preferences page you'll
 see that the system default theme is now your new "localtheme."
 
 If you look at the CSS being loaded, you'll also see that the main css
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 7e2faae..b5088cc 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -107,7 +107,7 @@ Keyed by config name, there are several properties that
 can be set for each config optin:
 
  Section     - What header this option should be grouped
-               under on the user Settings page
+               under on the user Preferences page
  Overridable - Can users change this option
  SortOrder   - Within a Section, how should the options be sorted
                for display to the user

-----------------------------------------------------------------------


More information about the Rt-commit mailing list