Skip to content

Commit c78bb13

Browse files
PavelPavel
Pavel
authored and
Pavel
committed
minor fix
1 parent 9a8caa3 commit c78bb13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/delete/DeleteHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private boolean showDeletionNotification(Context context, Media media, boolean r
129129
if (result) {
130130
title += ": " + context.getString(R.string.delete_helper_show_deletion_title_if);
131131
message = context.getString(R.string.delete_helper_show_deletion_message_if_1)+ " "
132-
+ media.getDisplayTitle() + ": "
132+
+ media.getDisplayTitle() + " "
133133
+ context.getString(R.string.delete_helper_show_deletion_message_if_2) + ".";
134134
} else {
135135
title += ": " + context.getString(R.string.delete_helper_show_deletion_title_else);

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Upload your first media by tapping on the add button.</string>
567567
<string name="delete_helper_show_deletion_title">Nominating for Deletion</string>
568568
<string name="delete_helper_show_deletion_title_if">Success</string>
569569
<string name="delete_helper_show_deletion_message_if_1">Successfully nominated</string>
570-
<string name="delete_helper_show_deletion_message_if_2">deletion</string>
570+
<string name="delete_helper_show_deletion_message_if_2">for deletion</string>
571571
<string name="delete_helper_show_deletion_title_else">Failed</string>
572572
<string name="delete_helper_show_deletion_message_else">Could not request deletion</string>
573573
<string name="delete_helper_ask_spam_selfie">A selfie</string>

0 commit comments

Comments
 (0)