Skip to content

Commit c34dd7a

Browse files
tfuxuranfdev
authored andcommitted
chore: Update some strings to comply with Writting Style of GNOME HIG
1 parent a5bd11c commit c34dd7a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

data/resources/ui/window.blp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ template $GeopardWindow: Adw.ApplicationWindow {
2626
Gtk.Button previous {
2727
icon-name: "go-previous-symbolic";
2828
action-name: "win.previous";
29-
tooltip-text: _("Go back one page\nRight-click to show history");
29+
tooltip-text: _("Go Back\nRight-click to show history");
3030
}
3131

3232
Gtk.Popover previous_popover {
@@ -40,7 +40,7 @@ template $GeopardWindow: Adw.ApplicationWindow {
4040
Gtk.Button next {
4141
icon-name: "go-next-symbolic";
4242
action-name: "win.next";
43-
tooltip-text: _("Go forward one page\nRight-click to show history");
43+
tooltip-text: _("Go Forward\nRight-click to show history");
4444
}
4545

4646
Gtk.Popover next_popover {
@@ -53,14 +53,14 @@ template $GeopardWindow: Adw.ApplicationWindow {
5353
Gtk.Button refresh_btn {
5454
icon-name: "view-refresh-symbolic";
5555
action-name: "win.reload";
56-
tooltip-text: _("Reload current page");
56+
tooltip-text: _("Reload");
5757
}
5858

5959
[start]
6060
Gtk.Button tab_new_btn {
6161
icon-name: "tab-new-symbolic";
6262
action-name: "win.new-tab";
63-
tooltip-text: _("Open a new tab");
63+
tooltip-text: _("New Tab");
6464
}
6565

6666
[title]
@@ -78,15 +78,15 @@ template $GeopardWindow: Adw.ApplicationWindow {
7878
Gtk.MenuButton main_menu_button {
7979
icon-name: "open-menu";
8080
menu-model: primary_menu;
81-
tooltip-text: _("Main menu");
81+
tooltip-text: _("Main Menu");
8282
primary: true;
8383
}
8484

8585
[end]
8686
Gtk.Button desktop_tab_overview_btn {
8787
icon-name: "view-grid-symbolic";
8888
action-name: "overview.open";
89-
tooltip-text: _("Open tab overview");
89+
tooltip-text: _("View Open Tabs");
9090
}
9191
}
9292

@@ -145,35 +145,35 @@ template $GeopardWindow: Adw.ApplicationWindow {
145145
Gtk.Button {
146146
icon-name: "go-previous-symbolic";
147147
action-name: "win.previous";
148-
tooltip-text: _("Go back one page\nRight-click to show history");
148+
tooltip-text: _("Go Back\nRight-click to show history");
149149
}
150150

151151
[start]
152152
Gtk.Button {
153153
icon-name: "go-next-symbolic";
154154
action-name: "win.next";
155-
tooltip-text: _("Go forward one page\nRight-click to show history");
155+
tooltip-text: _("Go Forward\nRight-click to show history");
156156
}
157157

158158
[start]
159159
Gtk.Button {
160160
icon-name: "view-refresh-symbolic";
161161
action-name: "win.reload";
162-
tooltip-text: _("Reload current page");
162+
tooltip-text: _("Reload");
163163
}
164164

165165
[title]
166166
Gtk.Button {
167167
icon-name: "system-search-symbolic";
168168
action-name: "win.focus-url-bar";
169-
tooltip-text: _("Start searching");
169+
tooltip-text: _("Start Searching");
170170
}
171171

172172
[end]
173173
Gtk.Button {
174174
icon-name: "view-grid-symbolic";
175175
action-name: "overview.open";
176-
tooltip-text: _("Open tab overview");
176+
tooltip-text: _("View Open Tabs");
177177
}
178178
}
179179
}
@@ -218,7 +218,7 @@ menu primary_menu {
218218
action: "win.show-help-overlay";
219219
}
220220
item {
221-
label: "About";
221+
label: "About Geopard";
222222
action: "win.about";
223223
}
224224
}

0 commit comments

Comments
 (0)