[gnome-2048/meson] ui: Change window title



commit fee391e289e4d75cc491d65136cce83fb7d12fc5
Author: Jan Tojnar <jtojnar gmail com>
Date:   Sun Sep 30 04:20:46 2018 +0200

    ui: Change window title
    
    The original window title, “gnome-2048”, is the same as the value of `Icon`
    field in the desktop file, causing the icon name to be translated. For now,
    let’s change the title, since the previous one is not very human friendly
    anyway.

 data/mainwindow.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/mainwindow.ui b/data/mainwindow.ui
index 91986fb..dc6aacb 100644
--- a/data/mainwindow.ui
+++ b/data/mainwindow.ui
@@ -4,7 +4,7 @@
   <requires lib="gtk+" version="3.12"/>
   <object class="GtkApplicationWindow" id="applicationwindow">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes">gnome-2048</property>
+    <property name="title" translatable="yes">GNOME 2048</property>
     <property name="window_position">center</property>
     <property name="default_width">600</property>
     <property name="default_height">600</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]