[libpeas] glade: remove translations of catalog UI strings



commit 68ca36371f35b956456f86a9a4474d1054d1d069
Author: Christian Hergert <chergert redhat com>
Date:   Mon Aug 5 13:50:20 2019 -0700

    glade: remove translations of catalog UI strings
    
    Catalog strings are part of the developer API and do not need to be
    translated (so that they match the rest of the developer documentation).

 data/glade/libpeas-gtk.xml.in | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/data/glade/libpeas-gtk.xml.in b/data/glade/libpeas-gtk.xml.in
index 515bf38..c42ca0a 100644
--- a/data/glade/libpeas-gtk.xml.in
+++ b/data/glade/libpeas-gtk.xml.in
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <glade-catalog version="1.0" supports="gtkbuilder" name="libpeas-gtk" library="peas-gtk-1.0" 
domain="libpeas" depends="gtk+" book="libpeas">
   <glade-widget-classes>
-    <glade-widget-class name="PeasGtkPluginManager" _title="Plugin Manager" generic-name="pluginmanager">
+    <glade-widget-class name="PeasGtkPluginManager" title="Plugin Manager" generic-name="pluginmanager">
       <properties>
         <!-- Translators: What PeasGtkPluginManagerView to use -->
-        <property id="view" _name="View" create-type="PeasGtkPluginManagerView" query="False" />
+        <property id="view" name="View" create-type="PeasGtkPluginManagerView" query="False" />
 
         <!-- Disable GtkBox properties that should never be modified -->
         <property id="homogeneous" disabled="True" />
@@ -12,15 +12,12 @@
         <property id="size" disabled="True" query="False" />
         <property id="spacing" disabled="True" />
       </properties>
-
     </glade-widget-class>
-  </glade-widget-classes>
 
-  <glade-widget-classes>
-    <glade-widget-class name="PeasGtkPluginManagerView" _title="Plugin Manager View" 
generic-name="pluginmanagerview">
+    <glade-widget-class name="PeasGtkPluginManagerView" title="Plugin Manager View" 
generic-name="pluginmanagerview">
       <properties>
         <!-- Translators: Whether builtin plugins should appear in the view (property name) -->
-        <property id="show-builtin" _name="Show Builtin" default="False" />
+        <property id="show-builtin" name="Show Builtin" default="False" />
 
         <!-- Disable GtkTreeView properties that should never be modified -->
         <property id="model" disabled="True" query="False" />
@@ -32,7 +29,7 @@
     </glade-widget-class>
   </glade-widget-classes>
 
-  <glade-widget-group name="PeasGtk" _title="Peas Gtk">
+  <glade-widget-group name="PeasGtk" title="Peas Gtk">
     <glade-widget-class-ref name="PeasGtkPluginManager" />
     <glade-widget-class-ref name="PeasGtkPluginManagerView" />
   </glade-widget-group>


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