@@ -18,7 +18,7 @@ template GeopardWindow: Adw.ApplicationWindow {
1818 Gtk.Button previous {
1919 icon-name: "go-previous-symbolic";
2020 action-name: "win.previous";
21- tooltip-text: _("Go back one page (Alt+←) \nRight-click to show history");
21+ tooltip-text: _("Go back one page\nRight-click to show history");
2222 }
2323
2424 Gtk.Popover previous_popover {
@@ -32,7 +32,7 @@ template GeopardWindow: Adw.ApplicationWindow {
3232 Gtk.Button next {
3333 icon-name: "go-next-symbolic";
3434 action-name: "win.next";
35- tooltip-text: _("Go forward one page (Alt+→) \nRight-click to show history");
35+ tooltip-text: _("Go forward one page\nRight-click to show history");
3636 }
3737
3838 Gtk.Popover next_popover {
@@ -45,14 +45,14 @@ template GeopardWindow: Adw.ApplicationWindow {
4545 Gtk.Button {
4646 icon-name: "view-refresh-symbolic";
4747 action-name: "win.reload";
48- tooltip-text: _("Reload current page (Ctrl+R) ");
48+ tooltip-text: _("Reload current page");
4949 }
5050
5151 [start]
5252 Gtk.Button {
5353 icon-name: "tab-new-symbolic";
5454 action-name: "win.new-tab";
55- tooltip-text: _("Open a new tab (Ctrl+T) ");
55+ tooltip-text: _("Open a new tab");
5656 }
5757
5858 [title]
@@ -152,28 +152,28 @@ template GeopardWindow: Adw.ApplicationWindow {
152152 Gtk.Button {
153153 icon-name: "go-previous-symbolic";
154154 action-name: "win.previous";
155- tooltip-text: _("Go back one page (Alt+←) \nRight-click to show history");
155+ tooltip-text: _("Go back one page\nRight-click to show history");
156156 }
157157
158158 [start]
159159 Gtk.Button {
160160 icon-name: "go-next-symbolic";
161161 action-name: "win.next";
162- tooltip-text: _("Go forward one page (Alt+→) \nRight-click to show history");
162+ tooltip-text: _("Go forward one page\nRight-click to show history");
163163 }
164164
165165 [start]
166166 Gtk.Button {
167167 icon-name: "view-refresh-symbolic";
168168 action-name: "win.reload";
169- tooltip-text: _("Reload current page (Ctrl+R) ");
169+ tooltip-text: _("Reload current page");
170170 }
171171
172172 [title]
173173 Gtk.Button {
174174 icon-name: "system-search-symbolic";
175175 action-name: "win.focus-url-bar";
176- tooltip-text: _("Start searching (Ctrl+L) ");
176+ tooltip-text: _("Start searching");
177177 }
178178
179179 [end]
@@ -187,7 +187,7 @@ template GeopardWindow: Adw.ApplicationWindow {
187187 Gtk.Button {
188188 icon-name: "tab-new-symbolic";
189189 action-name: "win.new-tab";
190- tooltip-text: _("Open a new tab (Ctrl+T) ");
190+ tooltip-text: _("Open a new tab");
191191 }
192192 }
193193 }
0 commit comments