diff --git a/src/Gtk/MainWindow.vala b/src/Gtk/MainWindow.vala index d38ef8d..4dcf74c 100644 --- a/src/Gtk/MainWindow.vala +++ b/src/Gtk/MainWindow.vala @@ -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();