[gnome-system-monitor] Remove apostrophes from string contexts in UI files



commit df12c55808d1bae3d3d123aca9a15453a9426f2d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Aug 24 17:40:45 2015 +0200

    Remove apostrophes from string contexts in UI files
    
    Something (gettext? intltool?) doesn't like them and breaks the strings,
    and they are not absolutely required to understand the text.

 data/lsof.ui  |    2 +-
 data/menus.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/lsof.ui b/data/lsof.ui
index 208b376..bb81919 100644
--- a/data/lsof.ui
+++ b/data/lsof.ui
@@ -4,7 +4,7 @@
   <object class="GtkWindow" id="lsof_dialog">
     <property name="can_focus">False</property>
     <property name="border_width">0</property>
-    <property name="title" translatable="yes" context="Window title for 'Search for Open Files' 
dialog">Search for Open Files</property>
+    <property name="title" translatable="yes" context="Window title for Search for Open Files dialog">Search 
for Open Files</property>
     <property name="default_width">575</property>
     <property name="default_height">400</property>
     <property name="destroy_with_parent">True</property>
diff --git a/data/menus.ui b/data/menus.ui
index 7bd0e47..d81c6d0 100644
--- a/data/menus.ui
+++ b/data/menus.ui
@@ -3,7 +3,7 @@
   <menu id="app-menu">
     <section>
       <item>
-        <attribute name="label" translatable="yes" context="Menu item to Open 'Search for Open Files' 
dialog">Search for Open Files</attribute>
+        <attribute name="label" translatable="yes" context="Menu item to Open Search for Open Files 
dialog">Search for Open Files</attribute>
         <attribute name="action">app.lsof</attribute>
       </item>
     </section>


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