Skip to content

Commit b0522e1

Browse files
Merge pull request #15921 from nextcloud/rakekniven-patch-2
fix(i18n): Plural wasn't working on i18n system
2 parents 869f64c + 2848589 commit b0522e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values-b+en+001/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
<string name="file_not_found_cannot_share">File not found. Unable to create a share.</string>
459459
<string name="file_not_synced">File could not be synced. Showing latest available version.</string>
460460
<string name="file_rename">Rename</string>
461-
<string name="file_upload_limit_message">You can upload up to %d files at once."</string>
461+
<string name="file_upload_limit_message">You can upload up to %d files at once.</string>
462462
<string name="file_upload_worker_error_notification_title">Upload failed. No internet connection</string>
463463
<string name="file_upload_worker_same_file_already_exists">%s already exists, no conflict detected</string>
464464
<string name="file_version_restored_error">Error restoring file version!</string>

0 commit comments

Comments
 (0)