[gtk/no-more-plus: 5/8] inspector: Drop the "plus"



commit 4569bc63587316ee4cb4972a943a0720a5cbf74e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 5 11:25:15 2019 +0100

    inspector: Drop the "plus"
    
    From user-visible strings, mostly.

 gtk/inspector/css-editor.c | 2 +-
 gtk/inspector/general.ui   | 2 +-
 gtk/inspector/general.ui.h | 2 +-
 gtk/inspector/visual.ui    | 2 +-
 gtk/inspector/visual.ui.h  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/inspector/css-editor.c b/gtk/inspector/css-editor.c
index 4ec4e71cf9..198ff351cb 100644
--- a/gtk/inspector/css-editor.c
+++ b/gtk/inspector/css-editor.c
@@ -109,7 +109,7 @@ set_initial_text (GtkInspectorCssEditor *ce)
 {
   gchar *initial_text;
   initial_text = g_strconcat ("/*\n",
-                              _("You can type here any CSS rule recognized by GTK+."), "\n",
+                              _("You can type here any CSS rule recognized by GTK."), "\n",
                               _("You can temporarily disable this custom CSS by clicking on the “Pause” 
button above."), "\n\n",
                               _("Changes are applied instantly and globally, for the whole application."), 
"\n",
                               "*/\n\n", NULL);
diff --git a/gtk/inspector/general.ui b/gtk/inspector/general.ui
index 7a9ba394d9..07f4e130a2 100644
--- a/gtk/inspector/general.ui
+++ b/gtk/inspector/general.ui
@@ -24,7 +24,7 @@
                         <property name="spacing">40</property>
                         <child>
                           <object class="GtkLabel" id="gtk_version_label">
-                            <property name="label" translatable="yes">GTK+ Version</property>
+                            <property name="label" translatable="yes">GTK Version</property>
                             <property name="halign">start</property>
                             <property name="valign">baseline</property>
                             <property name="xalign">0.0</property>
diff --git a/gtk/inspector/general.ui.h b/gtk/inspector/general.ui.h
index 73a9e2876f..156a0643c8 100644
--- a/gtk/inspector/general.ui.h
+++ b/gtk/inspector/general.ui.h
@@ -1,4 +1,4 @@
-N_("GTK+ Version");
+N_("GTK Version");
 N_("GDK Backend");
 N_("Prefix");
 N_("X display");
diff --git a/gtk/inspector/visual.ui b/gtk/inspector/visual.ui
index 923c9a7527..84fb5e7362 100644
--- a/gtk/inspector/visual.ui
+++ b/gtk/inspector/visual.ui
@@ -51,7 +51,7 @@
                         <property name="spacing">40</property>
                         <child>
                           <object class="GtkLabel" id="theme_label">
-                            <property name="label" translatable="yes">GTK+ Theme</property>
+                            <property name="label" translatable="yes">GTK Theme</property>
                             <property name="halign">start</property>
                             <property name="valign">baseline</property>
                             <property name="xalign">0.0</property>
diff --git a/gtk/inspector/visual.ui.h b/gtk/inspector/visual.ui.h
index baab2331b4..2271676361 100644
--- a/gtk/inspector/visual.ui.h
+++ b/gtk/inspector/visual.ui.h
@@ -1,4 +1,4 @@
-N_("GTK+ Theme");
+N_("GTK Theme");
 N_("Dark Variant");
 N_("Cursor Theme");
 N_("Cursor Size");


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