summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-07-12 18:59:43 +0200
committerByteHamster <info@bytehamster.com>2019-07-12 18:59:43 +0200
commitb5b2bccda4e4ef213be4f105decb850845815305 (patch)
treea338f71ec0ec6bec527b56615083b7dd87f4bd09 /core
parent14c9fd2fa251171c584c06d4283c32c1906791ce (diff)
downloadAntennaPod-b5b2bccda4e4ef213be4f105decb850845815305.zip
Added total space to storage select dialog
Diffstat (limited to 'core')
-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>