diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-12-31 17:30:26 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-12-31 17:30:26 +0100 |
commit | 0978fbacb1fbb53faae435c3c493e5f170ce69e5 (patch) | |
tree | 4bd2d95a57177fbbfa2429e4d62980ca10260aee | |
parent | cd9d69d129959d4fc52a6854648e3ca8f1d4a9c1 (diff) | |
download | AntennaPod-0978fbacb1fbb53faae435c3c493e5f170ce69e5.zip |
improved strings.xml
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3c428559a..9f5d7a1d0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -225,7 +225,7 @@ <string name="create_folder_error_already_exists">Folder already exists</string> <string name="create_folder_error">Could not create folder</string> <string name="folder_not_empty_dialog_title">Folder is not empty</string> - <string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other data will be placed directly in this folder. Continue anyway?</string> - <string name="set_to_default_folder">Set to default folder</string> + <string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string> + <string name="set_to_default_folder">Choose default folder</string> </resources>
\ No newline at end of file |