summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormah <mah@android.com>2010-02-18 13:11:19 -0800
committermah <mah@android.com>2010-02-18 16:59:51 -0800
commit03878a4a08dc997430e34e446434c0c4d7e89f68 (patch)
treeda6428efc5f12f26f874d27fde04888c38296ee6
parentfae5ed1eeb70cb5c3af3baf978c45e896cbd9133 (diff)
downloadpackages_apps_settings-03878a4a08dc997430e34e446434c0c4d7e89f68.zip
packages_apps_settings-03878a4a08dc997430e34e446434c0c4d7e89f68.tar.gz
packages_apps_settings-03878a4a08dc997430e34e446434c0c4d7e89f68.tar.bz2
Change "firmware version" to "android version"
Bug: 2391822 In Settings -> About phone, the platform version was under the label "Firmware version". That doesn't really mean anything, because the build number is a more accurate identifier for the build that is currently running.
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3afe481..a680f04 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1117,7 +1117,7 @@
<string name="system_update_settings_list_item_summary">""</string>
<!-- About phone screen, status item label -->
- <string name="firmware_version">Firmware version</string>
+ <string name="firmware_version">Android version</string>
<!-- About phone screen, status item label-->
<string name="model_number">Model number</string>
<!-- About phone screen, setting option name-->