Skip to content

Commit 002df43

Browse files
neslihanturanmisaochan
authored andcommitted
Fix destroyed string (commons-app#3230)
1 parent e828797 commit 002df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
<string name="next">Next</string>
411411
<string name="previous">Previous</string>
412412
<string name="submit">Submit</string>
413-
<string name="upload_title_duplicate" formatted="true">A file with the file name %1$s destroyed. Are you sure you want to proceed?</string>
413+
<string name="upload_title_duplicate" formatted="true">A file with the file name %1$s exists. Are you sure you want to proceed?</string>
414414
<string name="map_application_missing">No compatible map application could be found on your device. Please install a map application to use this feature.</string>
415415
<plurals name="upload_count_title">
416416
<item quantity="one">%1$d Upload</item>

0 commit comments

Comments
 (0)