diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2016-03-25 08:35:11 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2016-03-25 08:35:11 -0400 |
commit | 5afff3e9d16d883a74b4dba8e38a8d6bc862b16c (patch) | |
tree | ceda11f76e0f268db0df67a7028324cd594e6d98 /core | |
parent | ebaa19a4dd6208d152040e56dddd7416551e098b (diff) | |
download | AntennaPod-5afff3e9d16d883a74b4dba8e38a8d6bc862b16c.zip |
more categories in preferences
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 6e2848c20..23e04440a 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -289,6 +289,8 @@ <!-- Preferences --> + <string name="storage_pref">Storage</string> + <string name="project_pref">Project</string> <string name="other_pref">Other</string> <string name="about_pref">About</string> <string name="queue_label">Queue</string> |