Skip to content

Commit 512e5f3

Browse files
Merge pull request #16485 from nextcloud/backport/16467/stable-3.36
[stable-3.36] fix: use positional formatter specifiers for `auto_upload_worker_start_text`
2 parents 17a2b6a + 37f7f16 commit 512e5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986
<string name="notification_channel_background_operations_description">Show notifications to interact result of background operations</string>
987987
<string name="notification_channel_push_description">Show push notifications sent by the server: Mentions in comments, reception of new remote shares, announcements posted by an admin etc.</string>
988988
<string name="sendbutton_description">Send button icon</string>
989-
<string name="auto_upload_worker_start_text">Uploading files from %s to %s</string>
989+
<string name="auto_upload_worker_start_text">Uploading files from %1$s to %2$s</string>
990990
<string name="hidden_character" translatable="false">*</string>
991991
<string name="hint_name">Name</string>
992992
<string name="hint_password">Password</string>

0 commit comments

Comments
 (0)