Skip to content

Commit

Permalink
Add missing l10n to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 6, 2024
1 parent e8323a0 commit 1c064f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gtk/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1c064f3

Please sign in to comment.