diff options
author | Matthias <matthias.bosc@gmail.com> | 2013-06-05 23:00:57 +0200 |
---|---|---|
committer | Matthias <matthias.bosc@gmail.com> | 2013-06-10 09:52:43 +0200 |
commit | f931c04d5080745f7053242537ba76911de03b2a (patch) | |
tree | 8b5316b73dc9bed8ff859d99a97cb5fdc105495d /res/values | |
parent | 6752d08e59b3b27b96ffc9c4f5ebe8c36b03b3ea (diff) | |
download | packages_apps_settings-f931c04d5080745f7053242537ba76911de03b2a.zip packages_apps_settings-f931c04d5080745f7053242537ba76911de03b2a.tar.gz packages_apps_settings-f931c04d5080745f7053242537ba76911de03b2a.tar.bz2 |
Settings - add an AlertDialog before to delete APN to avoid fails
patch 1: fix blank space
patch 2: remove FR translation and change NegativeButton string
patch 3: improve the NegativeButton (thank you, David)
patch 4: remove create()
Change-Id: I3361d4160a7e1c4eaee094f08c7d212f71e9e0e7
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 24d5863..a95a675 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -945,4 +945,7 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="screen_off_animation_title">Screen-off animation</string> <string name="screen_off_animation_summary">Show the electron beam animation when the screen is turned off</string> + <!-- Delete apn confirmation dialog message --> + <string name="confirm_delete_apn">The APN will be deleted.</string> + </resources> |