summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2010-02-19 14:30:01 -0800
committerSuchi Amalapurapu <asuchitra@google.com>2010-02-19 15:48:08 -0800
commitad1482712de6e7cac803ed02abcdc2efb47d43ba (patch)
tree55c31b54b878276e10b1e76534237132ac8d0cad /res
parent03878a4a08dc997430e34e446434c0c4d7e89f68 (diff)
downloadpackages_apps_settings-ad1482712de6e7cac803ed02abcdc2efb47d43ba.zip
packages_apps_settings-ad1482712de6e7cac803ed02abcdc2efb47d43ba.tar.gz
packages_apps_settings-ad1482712de6e7cac803ed02abcdc2efb47d43ba.tar.bz2
Enable move option for moving packages from internal to sdcard
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a680f04..ce45ec5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1628,6 +1628,8 @@ found in the list of installed applications.</string>
<!-- Manage applications, text for Move button to move app to sdcard -->
<string name="move_app_to_sdcard">Move to sdcard</string>
<!-- Manage applications, title for dialog when killing persistent apps-->
+ <!-- Manage applications, text for Move button when move is in progress -->
+ <string name="moving">Moving</string>
<string name="force_stop_dlg_title">Force Stop</string>
<!-- Manage applications, text for dialog when killing persistent apps-->
<string name="force_stop_dlg_text">This application will be restarted right way. Are you sure you want to force stop?</string>