diff options
author | ByteHamster <info@bytehamster.com> | 2019-03-04 14:33:39 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-03-04 14:33:39 +0100 |
commit | 579b263a867bb59c8c4485d1fad7e6b6e528a67e (patch) | |
tree | 03cd8cdbfe34518e7405d2bd12e7825f1314b8f4 /core | |
parent | 1593a0607774a157dffa6c95e068b6ab3b077cf7 (diff) | |
download | AntennaPod-579b263a867bb59c8c4485d1fad7e6b6e528a67e.zip |
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> |