Skip to content

Commit

Permalink
cleanup: GNOME HIG corrections (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Gravendeel authored Feb 4, 2024
1 parent 9f84cd7 commit 1115612
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vanilla_first_setup/defaults/conn_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def callback(res, *args):
def __on_btn_recheck_clicked(self, widget, *args):
widget.set_visible(False)
self.status_page.set_icon_name("content-loading-symbolic")
self.status_page.set_title(_("Checking Connection"))
self.status_page.set_title(_("Checking Connection"))
self.status_page.set_description(
_("Please wait until the connection check is done.")
_("Please wait until the connection check is done")
)
self.__conn_check()
2 changes: 1 addition & 1 deletion vanilla_first_setup/gtk/default-conn-check.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<child>
<object class="AdwStatusPage" id="status_page">
<property name="icon-name">content-loading-symbolic</property>
<property name="title" translatable="yes">Checking Connection</property>
<property name="title" translatable="yes">Checking Connection</property>
<property name="description" translatable="yes">Please wait until the connection check is done</property>
<child>
<object class="GtkButton" id="btn_recheck">
Expand Down
2 changes: 1 addition & 1 deletion vanilla_first_setup/gtk/default-welcome.ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</child>
<child>
<object class="GtkLabel">
<property name="label">Make your choices, this wizard will take care of everything.</property>
<property name="label">Make your choices, this wizard will take care of everything</property>
<property name="justify">2</property>
</object>
</child>
Expand Down
2 changes: 1 addition & 1 deletion vanilla_first_setup/gtk/post-script.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="valign">fill</property>
<property name="halign">fill</property>
<property name="icon-name">org.vanillaos.FirstSetup-flower</property>
<property name="title" translatable="yes">Finalizing...</property>
<property name="title" translatable="yes">Finalizing</property>
<property name="description" translatable="yes">Your device will be ready soon</property>
<child>
<object class="GtkBox" id="console_box">
Expand Down
2 changes: 1 addition & 1 deletion vanilla_first_setup/gtk/progress.ui
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<property name="valign">center</property>
<property name="margin-top">40</property>
<property name="margin-start">40</property>
<property name="label" translatable="yes">Installing...</property>
<property name="label" translatable="yes">Installing</property>
<style>
<class name="title-4"/>
</style>
Expand Down

0 comments on commit 1115612

Please sign in to comment.