diff options
Diffstat (limited to 'portato/gui/templates')
-rw-r--r-- | portato/gui/templates/MainWindow.ui | 2 | ||||
-rw-r--r-- | portato/gui/templates/PreferenceWindow.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index 05e9545..2eaaae1 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -644,7 +644,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="receives_default">False</property> - <property name="tooltip_text" translatable="yes">Execute the current selected queue</property> + <property name="tooltip_text" translatable="yes">Execute the currently selected queue</property> <signal name="clicked" handler="cb_execute_clicked"/> <child> <object class="GtkHBox" id="hbox7"> diff --git a/portato/gui/templates/PreferenceWindow.ui b/portato/gui/templates/PreferenceWindow.ui index f456ed7..0f0a16f 100644 --- a/portato/gui/templates/PreferenceWindow.ui +++ b/portato/gui/templates/PreferenceWindow.ui @@ -931,7 +931,7 @@ As an example: <i>app-admin</i>, <i>app-emacs</i>, and & <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="title" translatable="yes">Chose a console font</property> + <property name="title" translatable="yes">Choose a console font</property> <property name="use_font">True</property> <property name="use_size">True</property> <property name="show_style">False</property> |