We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8422d15 commit 6d5eaacCopy full SHA for 6d5eaac
src/MainWindow.vala
@@ -40,7 +40,7 @@ public class Badger.MainWindow : Gtk.Window {
40
set_resizable (false);
41
42
43
- set_title ("Badger");
+ set_title (_("Badger"));
44
Gtk.Label title_widget = new Gtk.Label (this.get_title ());
45
title_widget.add_css_class (Granite.STYLE_CLASS_TITLE_LABEL);
46
0 commit comments