summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEric Fischer <>2009-04-13 09:00:31 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-13 09:00:31 -0700
commit589ad8c649cb73f47bc77228d32a2052f93b70d9 (patch)
tree0edb590254f0d9b59fc446093ce223adc74d7a12 /res
parentbd092fc4463d7b25f65ac27d750a60be1b650d92 (diff)
downloadpackages_apps_settings-589ad8c649cb73f47bc77228d32a2052f93b70d9.zip
packages_apps_settings-589ad8c649cb73f47bc77228d32a2052f93b70d9.tar.gz
packages_apps_settings-589ad8c649cb73f47bc77228d32a2052f93b70d9.tar.bz2
AI 145862: am: CL 145584 Make date/time dialog titles translatable.
Remove the "do not translate" annotation from the strings. Original author: enf Merged from: //branches/cupcake/... Automated import of CL 145862
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b93dba9..3716920 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -234,9 +234,9 @@
<string name="date_time_12_hour_sample">1:00 pm</string>
<!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 24-hour time -->
<string name="date_time_24_hour_sample">13:00</string>
- <!-- Do not translate. Title to change time -->
+ <!-- Title of the dialog for setting the time. -->
<string name="date_time_changeTime_text">Change time</string>
- <!-- Do not translate. Title to change date -->
+ <!-- Title of the dialog for setting the date. -->
<string name="date_time_changeDate_text">Date</string>
<!-- The title of the activity to pick a time zone. -->
<string name="choose_timezone">Select time zone</string>