summaryrefslogtreecommitdiffstats
path: root/ui/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'ui/res/values')
-rw-r--r--ui/res/values/strings.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/ui/res/values/strings.xml b/ui/res/values/strings.xml
index 0be08dd6..90095231 100644
--- a/ui/res/values/strings.xml
+++ b/ui/res/values/strings.xml
@@ -29,14 +29,10 @@
[CHAR LIMIT=20] -->
<string name="missing_title">&lt;Unknown&gt;</string>
- <!-- Menu items -->
-
- <!-- Menu option to sort the list of downloads by the size of the downloaded file
- [CHAR LIMIT=25] -->
- <string name="download_menu_sort_by_size">Sort by size</string>
- <!-- Menu option to sort the list of downloads by the date/time of the last activity related to
- the download [CHAR LIMIT=25] -->
- <string name="download_menu_sort_by_date">Sort by date</string>
+ <!-- Button to display sort-by-size option [CHAR LIMIT=25] -->
+ <string name="button_sort_by_size">Sort by size</string>
+ <!-- Button to display sort-by-date option [CHAR LIMIT=25] -->
+ <string name="button_sort_by_date">Sort by date</string>
<!-- Status messages -->
@@ -117,5 +113,8 @@
<string name="select_all">Select All</string>
<!-- number of downloads selected [CHAR LIMIT=50] -->
<string name="selected_count">Selected %1$d out of %2$d</string>
+ <!-- title shown when displaying list of apps to choose from when share is clicked on
+ [CHAR LIMIT = 20] -->
+ <string name="download_share_dialog">Share via</string>
</resources>