[d-feet] Remove unneeded context from strings



commit 00b4ea7ff39139424dcb173c65e8f3baf81d39ef
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat May 25 23:47:15 2013 +0200

    Remove unneeded context from strings

 data/ui/addconnectiondialog.ui |    4 ++--
 data/ui/executedialog.ui       |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/addconnectiondialog.ui b/data/ui/addconnectiondialog.ui
index 4806dcb..19e1618 100644
--- a/data/ui/addconnectiondialog.ui
+++ b/data/ui/addconnectiondialog.ui
@@ -4,7 +4,7 @@
   <object class="GtkDialog" id="add_connection_dialog1">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
-    <property name="title" translatable="yes" context="yes">Add a Connection</property>
+    <property name="title" translatable="yes">Add a Connection</property>
     <property name="default_width">480</property>
     <property name="default_height">50</property>
     <property name="destroy_with_parent">True</property>
@@ -24,7 +24,7 @@
                 <property name="can_focus">False</property>
                 <property name="tooltip_text" translatable="yes">See 
http://dbus.freedesktop.org/doc/dbus-specification.html#addresses</property>
                 <property name="xalign">0</property>
-                <property name="label" translatable="yes" context="yes">Address:</property>
+                <property name="label" translatable="yes">Address:</property>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/data/ui/executedialog.ui b/data/ui/executedialog.ui
index d7061a6..a1943eb 100644
--- a/data/ui/executedialog.ui
+++ b/data/ui/executedialog.ui
@@ -10,7 +10,7 @@
   </object>
   <object class="GtkDialog" id="executedialog1">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes" context="yes">Execute D-Bus Method</property>
+    <property name="title" translatable="yes">Execute D-Bus Method</property>
     <property name="default_width">320</property>
     <property name="default_height">400</property>
     <property name="destroy_with_parent">True</property>
@@ -27,7 +27,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="closebutton1">
-                <property name="label" context="yes">gtk-close</property>
+                <property name="label">gtk-close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="receives_default">False</property>
@@ -42,7 +42,7 @@
             </child>
             <child>
               <object class="GtkButton" id="executebutton1">
-                <property name="label" translatable="yes" context="yes">_Execute</property>
+                <property name="label" translatable="yes">_Execute</property>
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="is_focus">True</property>


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