[gnome-builder] color-picker: shorten title of panel



commit e4073e3553f4266e31a2cf5035f050a626d319b2
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jul 17 17:02:23 2016 -0700

    color-picker: shorten title of panel
    
    It's likely these will all change to images again this cycle anyway.

 .../color-picker/gb-color-picker-workbench-addin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/color-picker/gb-color-picker-workbench-addin.c 
b/plugins/color-picker/gb-color-picker-workbench-addin.c
index 957e636..de07518 100644
--- a/plugins/color-picker/gb-color-picker-workbench-addin.c
+++ b/plugins/color-picker/gb-color-picker-workbench-addin.c
@@ -190,7 +190,7 @@ init_dock (GbColorPickerWorkbenchAddin *self)
   g_assert (GB_IS_COLOR_PICKER_WORKBENCH_ADDIN (self));
 
   self->dock = g_object_new (PNL_TYPE_DOCK_WIDGET,
-                             "title", _("Color Picker"),
+                             "title", _("Colors"),
                              "expand", TRUE,
                              "visible", TRUE,
                              NULL);


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