[gnome-2048] Fix previous commit.



commit 19c0af7aba49e4f9ce8f31e8243dfc450e110135
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Feb 2 15:17:07 2019 +0100

    Fix previous commit.

 data/mainwindow.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/mainwindow.ui b/data/mainwindow.ui
index 224748b..e95972d 100644
--- a/data/mainwindow.ui
+++ b/data/mainwindow.ui
@@ -28,12 +28,12 @@
       <object class="GtkHeaderBar" id="headerbar">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
-        <!-- Translators: title of the window, displayed in the headerbar (with a mnemonic that appears 
pressing Alt) -->
+        <!-- Translators: title of the window, displayed in the headerbar -->
         <property name="title" translatable="yes">GNOME 2048</property>
         <property name="show-close-button">True</property>
         <child>
           <object class="GtkMenuButton" id="new-game-button">
-            <!-- Translators: button in the headerbar -->
+            <!-- Translators: button in the headerbar (with a mnemonic that appears pressing Alt) -->
             <property name="label" translatable="yes">_New Game</property>
             <property name="visible">True</property>
             <property name="can-focus">True</property>


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