diff options
author | ByteHamster <info@bytehamster.com> | 2018-11-30 22:11:45 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-11-30 22:11:45 +0100 |
commit | 3ca230ce604e312e7705fdb8f64e637438524c86 (patch) | |
tree | 32a57261dff9040c2614d14168b6b2e436b400a7 | |
parent | d5ce4051624009bc93f87550062e4336d722c528 (diff) | |
download | AntennaPod-3ca230ce604e312e7705fdb8f64e637438524c86.zip |
Made it easier to see that 'go to page' has a submenu
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 1a3c2373c..9dd928311 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -479,7 +479,7 @@ <string name="back_button_show_prompt">Confirm to exit</string> <string name="close_prompt">Are you sure you want to close AntennaPod?</string> <string name="double_tap_toast">Tap back button again to exit</string> - <string name="back_button_go_to_page">Go to page</string> + <string name="back_button_go_to_page">Go to pageā¦</string> <string name="back_button_go_to_page_title">Select page</string> <!-- Auto-Flattr dialog --> |