[gnome-control-center] color: Mark 'Add Profile' dialog title as translatable



commit 74ff9c98d0bf87e2c8ebb987485a57079378f8fc
Author: Felix Zhang <fezhang suse com>
Date:   Fri Mar 11 00:54:31 2016 +0800

    color: Mark 'Add Profile' dialog title as translatable
    
    Not a string break, as the translatable string already exists.
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 panels/color/color.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index becbe25..30762e4 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -618,7 +618,7 @@
   <object class="GtkDialog" id="dialog_assign">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
-    <property name="title"> Add Profile</property>
+    <property name="title" translatable="yes">Add profile</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="window_position">center-on-parent</property>


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