summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-07 18:02:43 +0300
committerAndrew Dolgov <[email protected]>2011-12-07 18:02:43 +0300
commit9951991e5600226695cb880edc39031ef0546c44 (patch)
tree35eb5391eda3a0d8ec1296a3c9cf001a2ba662ae /res/values/strings.xml
parent803afcc6d2573a85a493d7bbab2c3a4498823869 (diff)
better download progress notification, prevent notification spam
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 91b545d3..9a7adf46 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -103,7 +103,7 @@
<string name="dialog_cancel">Cancel</string>
<string name="syncing_offline_data">Synchronizing offline data...</string>
<string name="dialog_offline_switch_prompt">Download unread articles and go offline?</string>
- <string name="notify_downloading_articles">Downloading articles...</string>
+ <string name="notify_downloading_articles">Downloading articles (%1$d)...</string>
<string name="notify_downloading_init">Starting download...</string>
<string name="notify_downloading_feeds">Downloading feeds...</string>
<string name="notify_uploading_sending_data">Sending data to server...</string>
@@ -113,4 +113,5 @@
<string name="offline_mode">Offline mode</string>
<string name="offline_image_cache_enabled">Cache images</string>
<string name="offline_image_cache_enabled_summary">Download images to sdcard. This might significantly increase time it takes to go offline.</string>
+ <string name="notify_downloading_images">Downloading images (%1$d)...</string>
</resources> \ No newline at end of file