[gtk+] Don't mark a space as translatable



commit 350569124d90b84f1531315cff8f4c05dc7d8c03
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 30 23:44:04 2013 -0400

    Don't mark a space as translatable
    
    There is no point in translating a string that consists just
    of a single space. Pointed out in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706778

 gtk/gtkmessagedialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkmessagedialog.ui b/gtk/gtkmessagedialog.ui
index 3c23a4f..41b5392 100644
--- a/gtk/gtkmessagedialog.ui
+++ b/gtk/gtkmessagedialog.ui
@@ -4,7 +4,7 @@
   <template class="GtkMessageDialog" parent="GtkDialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
-    <property name="title" translatable="yes"> </property>
+    <property name="title"> </property>
     <property name="resizable">False</property>
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>


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