summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-07-12 22:51:11 +0200
committerGitHub <noreply@github.com>2019-07-12 22:51:11 +0200
commitc8fc1f90e0a850f3a62e8f196000d05a321fb60d (patch)
tree7f28ac7ae323b5824c04fea186e659ab0ec66130 /core/src
parentfdf10fdd875dbfe18c2daaeaaf2d4bbf6a5fe03e (diff)
parentb5b2bccda4e4ef213be4f105decb850845815305 (diff)
downloadAntennaPod-c8fc1f90e0a850f3a62e8f196000d05a321fb60d.zip
Merge pull request #3265 from ByteHamster/storage-label
Added total space to storage select dialog
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml2
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 2fbb65744..7bc721579 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -650,7 +650,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="choose_data_directory_available_space">%1$s of %2$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>