Add missing l10n to previous commit

This commit is contained in:
Clement Lefebvre 2024-06-06 11:54:07 +01:00
parent e8323a02bb
commit 1c064f30a7

View File

@ -558,7 +558,7 @@ class MainWindow : Gtk.Window{
Gtk.DialogFlags.MODAL,
Gtk.MessageType.QUESTION,
Gtk.ButtonsType.YES_NO,
"Are you sure you want to delete this snapshot?"
_("Are you sure you want to delete this snapshot?")
);
var confirm_response = confirm_dialog.run();