aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorCamil Staps2015-05-21 15:18:43 +0200
committerCamil Staps2015-05-21 15:18:43 +0200
commitc7612b11ac164974ac54e8fd0b76c1d507e15e96 (patch)
tree961e97983ab71c7dcd892fb9a246486e404d3c9f /app/src/main/res/values
parentRemove keywords by long click (diff)
Fix saving filters; remove keywords
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4e9be11..3481bbc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -16,5 +16,6 @@
<string name="filter_settings_action_feeds">Feeds</string>
<string name="filter_settinsg_action_title">Title</string>
- <string name="error_save_filter">Couldn\'t save filter</string>
+ <string name="error_save_filters">Couldn\'t save filter</string>
+ <string name="error_load_filters">Couldn\'t load filters</string>
</resources>