summaryrefslogtreecommitdiffstats
path: root/res/values/filtershow_strings.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-07-12 18:27:54 -0700
committernicolasroard <nicolasroard@google.com>2013-07-16 17:07:33 -0700
commit24d6ec7beb37eb3a5449f1fa49b4adb123391d24 (patch)
tree4faa84bdb70e9284e9b1cf11c8cb4c1efd005a03 /res/values/filtershow_strings.xml
parentdda606af6d6a18c31b1da3f8885e06b51982b601 (diff)
downloadandroid_packages_apps_Gallery2-24d6ec7beb37eb3a5449f1fa49b4adb123391d24.tar.gz
android_packages_apps_Gallery2-24d6ec7beb37eb3a5449f1fa49b4adb123391d24.tar.bz2
android_packages_apps_Gallery2-24d6ec7beb37eb3a5449f1fa49b4adb123391d24.zip
Add background processing service
bug:7298624 Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
Diffstat (limited to 'res/values/filtershow_strings.xml')
-rw-r--r--res/values/filtershow_strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index e142c0a7d..0a33108ad 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -199,4 +199,9 @@
<!-- Name used to indicate the final image in the state panel [CHAR LIMIT=20] -->
<string name="state_panel_result">Result</string>
+ <!-- Label for the notification [CHAR LIMIT=50] -->
+ <string name="filtershow_notification_label">Saving Image</string>
+ <!-- Label for the notification message [CHAR LIMIT=50] -->
+ <string name="filtershow_notification_message">Processing...</string>
+
</resources>