Skip to content
Snippets Groups Projects
Commit e6873e70 authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

HistoryManager: Fix dialog question string

parent 6cfec8ba
No related branches found
No related tags found
No related merge requests found
......@@ -605,8 +605,8 @@ def on_ok():
NewConfirmationDialog(
_('Delete'),
ngettext('Delete Message', 'Delete Messages', paths_len),
ngettext('Do you want to permanently delete this message',
'Do you want to permanently delete these messages',
ngettext('Do you want to permanently delete this message?',
'Do you want to permanently delete these messages?',
paths_len),
[DialogButton.make('Cancel'),
DialogButton.make('Delete',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment