summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-10-29 09:28:35 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-10-29 09:28:35 -0400
commitdd45a47bde9cdb9c27cb3ac3529a34f9789782ec (patch)
tree17432fca3229e3f0edaefda158025358f228d468 /res
parent17fcd476643e27943f548415e49e1be7d8e74ac1 (diff)
parent4d31288fe30b2e8f2e0a5ff54b402912fd830df1 (diff)
downloadpackages_apps_settings-dd45a47bde9cdb9c27cb3ac3529a34f9789782ec.zip
packages_apps_settings-dd45a47bde9cdb9c27cb3ac3529a34f9789782ec.tar.gz
packages_apps_settings-dd45a47bde9cdb9c27cb3ac3529a34f9789782ec.tar.bz2
Merge change I4d31288f into eclair
* changes: Fix for 1974140. Delete entry if not valid on hitting home.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b01608a..9ec2792 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2144,4 +2144,7 @@ found in the list of installed applications.</string>
<string name="backup_erase_dialog_title">Settings backup</string>
<!-- Dialog title for confirmation to erase backup data from server -->
<string name="backup_erase_dialog_message">Are you sure you want to stop backing up your settings and erase all copies on Google servers?</string>
+
+ <!-- Name to assign to a Network Access Point that was saved without a name -->
+ <string name="untitled_apn">Untitled</string>
</resources>