summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorAnderson Mesquita <andersonvom@gmail.com>2019-04-26 09:53:17 -0400
committerAnderson Mesquita <andersonvom@gmail.com>2019-05-19 13:25:27 -0400
commite4a17562cb7d946a6b0893514fec4fd47de19826 (patch)
treec0d1ed8b4a37eeffff55a06a7feca5682aa78f3f /core/src/main/res
parent9396d41dccd16435b0a1e608475dd45d2471918d (diff)
downloadAntennaPod-e4a17562cb7d946a6b0893514fec4fd47de19826.zip
Improve space wording on choose data folder dialog
This makes it clear that the number refers to the **free** space left on the device, as opposed to the total space available.
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml1
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 add2dfe14..2fc311756 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -644,6 +644,7 @@
<string name="choose_data_directory">Choose Data Folder</string>
<string name="choose_data_directory_message">Please choose the base of your data folder. AntennaPod will create the appropriate sub-directories.</string>
<string name="choose_data_directory_permission_rationale">Access to external storage is required to change the data folder</string>
+ <string name="choose_data_directory_available_space">%1$s free</string>
<string name="create_folder_msg">Create new folder with name "%1$s"?</string>
<string name="create_folder_success">Created new folder</string>
<string name="create_folder_error_no_write_access">Cannot write to this folder</string>