@@ -98,6 +98,7 @@ Gtk.ApplicationWindow window {
9898 MenuButton button_menu {
9999 menu-model: menu_app;
100100 icon-name: "open-menu-symbolic";
101+ tooltip-text: _("Main Menu");
101102 primary: true;
102103 }
103104
@@ -155,7 +156,7 @@ Gtk.ApplicationWindow window {
155156 "Vala",
156157 ]
157158 };
158- tooltip-text: _("Switch document ");
159+ tooltip-text: _("Switch Document ");
159160 }
160161 }
161162 }
@@ -229,11 +230,11 @@ Gtk.ApplicationWindow window {
229230 "Blueprint",
230231 ]
231232 };
232- tooltip-text: _("Convert and switch syntax ");
233+ tooltip-text: _("Convert and Switch Syntax ");
233234 }
234235 Button button_ui_experimental_blueprint {
235236 icon-name: "applications-science-symbolic";
236- tooltip-text: _("Information about Blueprint");
237+ tooltip-text: _("Information About Blueprint");
237238 }
238239 }
239240 }
@@ -283,7 +284,7 @@ Gtk.ApplicationWindow window {
283284 _("Center"),
284285 ]
285286 };
286- tooltip-text: _("Select Preview mode ");
287+ tooltip-text: _("Select Preview Mode ");
287288 }
288289
289290 [end]
@@ -388,7 +389,7 @@ Gtk.ApplicationWindow window {
388389 use-underline: true;
389390 };
390391 action-name: "win.console";
391- tooltip-text: _("Show logs (Ctrl+Shift+K)");
392+ tooltip-text: _("Show Logs (Ctrl+Shift+K)");
392393 }
393394
394395 Button button_inspector {
@@ -412,7 +413,7 @@ Gtk.ApplicationWindow window {
412413 use-underline: true;
413414 };
414415 action-name: "win.clear";
415- tooltip-text: _("Clear console (Ctrl+K)");
416+ tooltip-text: _("Clear Console (Ctrl+K)");
416417 }
417418 }
418419 }
0 commit comments