diff options
author | Eric Fischer <enf@google.com> | 2010-10-01 11:45:47 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2010-10-01 11:45:47 -0700 |
commit | 340c5c42370eb9e9a8a1a84e7cf683dc7cf69c74 (patch) | |
tree | 66a02278979df60104456310960a5269031c21d3 /res | |
parent | 95d7a702c3a36ffe79da099b717dc76d62a5bab2 (diff) | |
download | packages_apps_settings-340c5c42370eb9e9a8a1a84e7cf683dc7cf69c74.zip packages_apps_settings-340c5c42370eb9e9a8a1a84e7cf683dc7cf69c74.tar.gz packages_apps_settings-340c5c42370eb9e9a8a1a84e7cf683dc7cf69c74.tar.bz2 |
Separate the Settings activity name into two different strings.
The German translators would like to be able to hyphenate the name
shown in the Launcher but to keep the name shown within the activity
as a single word.
Change-Id: I22402c41186fdcdaed2712933ddf0f215b3a3329
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f1d25e3..fbf0e00 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -467,8 +467,10 @@ <!-- Button label for generic cancel action --> <string name="cancel">Cancel</string> - <!-- Main Settings screen title --> + <!-- Title of the Settings activity shown within the application itself. --> <string name="settings_label">Settings</string> + <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] --> + <string name="settings_label_launcher">Settings</string> <!-- Label for option to select a settings panel as a shortcut --> <string name="settings_shortcut">Settings</string> <!-- Wireless controls settings screen, setting check box label --> |