From ac854946e17be0f01ded037a78fb82ad340a410a Mon Sep 17 00:00:00 2001 From: Antoine Fontaine <antoine.fontaine@epfl.ch> Date: Wed, 5 Jun 2019 21:51:44 +0200 Subject: [PATCH] Fixed ui file that survived the Moody purge --- ui/gui-window.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/gui-window.ui b/ui/gui-window.ui index f523031..2af3801 100644 --- a/ui/gui-window.ui +++ b/ui/gui-window.ui @@ -46,7 +46,7 @@ </object> <template class="GuiWindow" parent="GtkApplicationWindow"> <property name="can_focus">False</property> - <property name="title">Handy Moodle</property> + <property name="title">Moody</property> <property name="default_width">360</property> <property name="default_height">576</property> <signal name="key-press-event" handler="key_pressed_cb" after="yes" swapped="no"/> @@ -65,7 +65,7 @@ <object class="GtkHeaderBar" id="header_bar"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="title">Handy Moodle</property> + <property name="title">Moody</property> <property name="show_close_button">True</property> </object> <packing> @@ -217,7 +217,7 @@ <property name="opacity">0.7</property> <property name="halign">center</property> <property name="margin_bottom">12</property> - <property name="label" translatable="yes">Welcome to Handy Moodle</property> + <property name="label" translatable="yes">Hey, Welcome!</property> <property name="justify">center</property> <property name="wrap">True</property> <attributes> -- GitLab