[gnome-system-monitor] Replace apostrophes with quotation marks in menus.ui



commit d7f95e3a0913f9405541ba28b1b23bae573ba729
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue Oct 2 00:08:24 2012 +0200

    Replace apostrophes with quotation marks in menus.ui
    
    intltool doesn't like ' very much and refuses to work. " are needed.

 data/menus.ui |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/menus.ui b/data/menus.ui
index 94b7ba6..3aeb1ed 100644
--- a/data/menus.ui
+++ b/data/menus.ui
@@ -1,29 +1,29 @@
 <interface>
-  <menu id='app-menu'>
+  <menu id="app-menu">
     <section>
       <item>
-        <attribute name='label' translatable='yes'>Search for Open Files</attribute>
-        <attribute name='action'>app.lsof</attribute>
+        <attribute name="label" translatable="yes">Search for Open Files</attribute>
+        <attribute name="action">app.lsof</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name='label' translatable='yes'>Preferences</attribute>
-        <attribute name='action'>app.preferences</attribute>
+        <attribute name="label" translatable="yes">Preferences</attribute>
+        <attribute name="action">app.preferences</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name='label' translatable='yes'>Help</attribute>
-        <attribute name='action'>app.help</attribute>
+        <attribute name="label" translatable="yes">Help</attribute>
+        <attribute name="action">app.help</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>About</attribute>
-        <attribute name='action'>win.about</attribute>
+        <attribute name="label" translatable="yes">About</attribute>
+        <attribute name="action">win.about</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>Quit</attribute>
-        <attribute name='action'>app.quit</attribute>
+        <attribute name="label" translatable="yes">Quit</attribute>
+        <attribute name="action">app.quit</attribute>
       </item>
     </section>
   </menu>



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