Skip to content

Commit

Permalink
file-operations: Rename button label in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 15, 2021
1 parent 436a093 commit 41b07d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnemo-private/nemo-file-conflict-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ nemo_file_conflict_dialog_init (NemoFileConflictDialog *fcd)

details->auto_rename_button =
gtk_dialog_add_button (dialog,
_("Auto_rename"),
_("Duplicate"),
CONFLICT_RESPONSE_AUTO_RENAME);

details->rename_button =
Expand Down

0 comments on commit 41b07d2

Please sign in to comment.