diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-03-04 18:57:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 18:57:37 +0100 |
commit | c0f534e8252169f4affa4ae30dd7ee3955ff6039 (patch) | |
tree | 8850733f81e5f807517bddc6ca3f02bcec9e24cd /core | |
parent | cfa9304c824f755c9fd2b92c5134778a1a0e4d1f (diff) | |
parent | 579b263a867bb59c8c4485d1fad7e6b6e528a67e (diff) | |
download | AntennaPod-c0f534e8252169f4affa4ae30dd7ee3955ff6039.zip |
Merge pull request #3050 from ByteHamster/add-backup-keyword
Add backup keyword to search
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index dd6053b5d..374cd7360 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -331,6 +331,7 @@ <string name="automation">Automation</string> <string name="download_pref_details">Details</string> <string name="import_export_pref">Import/Export</string> + <string name="import_export_search_keywords">backup, restore</string> <string name="appearance">Appearance</string> <string name="external_elements">External elements</string> <string name="interruptions">Interruptions</string> |