aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 14:04:10 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 14:04:10 +0100
commit857539eac36e5e8a31fce490e7519edd80950f67 (patch)
tree34b8ad18a49f4d9de487e8ec41146d2d74abaf7c /src/main/res/values/strings.xml
parent94d125945c980f54579d59d35ac36ed676ce4b34 (diff)
show progressbar instead of percentages while up-/downloading files
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 2c7683112..de702e3c1 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -311,6 +311,7 @@
<string name="notification_restored_backup_subtitle">Do not forget to enable the account.</string>
<string name="choose_file">Choose file</string>
<string name="receiving_x_file">Receiving %1$s (%2$d%% completed)</string>
+ <string name="receiving_file">Receiving %1$s</string>
<string name="download_x_file">Download %s</string>
<string name="delete_x_file">Delete %s</string>
<string name="file">file</string>