[libgda] Replace single quotes with double quotes in menus.ui



commit 88f36ca21c2b4fc15b760590e68eb717dae5b8f3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Sep 24 18:25:01 2016 +0200

    Replace single quotes with double quotes in menus.ui
    
    Double quotes are more friendly to some l10n tools.

 .../browser/dummy-perspective/perspective-menus.ui |   10 ++--
 tools/resources/menus.ui                           |   72 ++++++++++----------
 2 files changed, 41 insertions(+), 41 deletions(-)
---
diff --git a/tools/browser/dummy-perspective/perspective-menus.ui 
b/tools/browser/dummy-perspective/perspective-menus.ui
index d2d0f8d..46bdb17 100644
--- a/tools/browser/dummy-perspective/perspective-menus.ui
+++ b/tools/browser/dummy-perspective/perspective-menus.ui
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 <interface>
-  <menu id='menubar'>
+  <menu id="menubar">
     <section>
       <item>
-        <attribute name='label' translatable='yes'>Dummy 1 option</attribute>
-        <attribute name='action'>win.dummy1</attribute>
+        <attribute name="label" translatable="yes">Dummy 1 option</attribute>
+        <attribute name="action">win.dummy1</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>Dummy 2 action</attribute>
-        <attribute name='action'>win.dummy2</attribute>
+        <attribute name="label" translatable="yes">Dummy 2 action</attribute>
+        <attribute name="action">win.dummy2</attribute>
       </item>
     </section>
   </menu>
diff --git a/tools/resources/menus.ui b/tools/resources/menus.ui
index de15879..ecb590e 100644
--- a/tools/resources/menus.ui
+++ b/tools/resources/menus.ui
@@ -1,78 +1,78 @@
 <?xml version="1.0"?>
 <interface>
-  <menu id='app-menu'>
+  <menu id="app-menu">
     <section>
       <item>
-        <attribute name='label' translatable='yes'>_Open Connection</attribute>
-        <attribute name='action'>app.opencnc</attribute>
-        <attribute name='accel'>&lt;Primary&gt;n</attribute>
+        <attribute name="label" translatable="yes">_Open Connection</attribute>
+        <attribute name="action">app.opencnc</attribute>
+        <attribute name="accel">&lt;Primary&gt;n</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>Bind connections</attribute>
-          <attribute name='action'>app.bind</attribute>
+        <attribute name="label" translatable="yes">Bind connections</attribute>
+          <attribute name="action">app.bind</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>_Connections list</attribute>
-        <attribute name='action'>app.listcnc</attribute>
+        <attribute name="label" translatable="yes">_Connections list</attribute>
+        <attribute name="action">app.listcnc</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name='label' translatable='yes'>_New Window</attribute>
-        <attribute name='action'>app.newwin</attribute>
+        <attribute name="label" translatable="yes">_New Window</attribute>
+        <attribute name="action">app.newwin</attribute>
       </item>
-      <submenu id='win-menu'>
+      <submenu id="win-menu">
         <attribute name="label" translatable="yes">New Window for...</attribute>
       </submenu>
     </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'>app.about</attribute>
+        <attribute name="label" translatable="yes">_About</attribute>
+        <attribute name="action">app.about</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>_Quit</attribute>
-        <attribute name='action'>app.quit</attribute>
-        <attribute name='accel'>&lt;Primary&gt;q</attribute>
+        <attribute name="label" translatable="yes">_Quit</attribute>
+        <attribute name="action">app.quit</attribute>
+        <attribute name="accel">&lt;Primary&gt;q</attribute>
       </item>
     </section>
   </menu>
-  <menu id='menubar'>
+  <menu id="menubar">
     <submenu>
-      <attribute name='label' translatable='yes'>_Connection</attribute>
+      <attribute name="label" translatable="yes">_Connection</attribute>
       <section>
         <item>
-          <attribute name='label' translatable='yes'>_Begin transaction</attribute>
-          <attribute name='action'>win.begin</attribute>
+          <attribute name="label" translatable="yes">_Begin transaction</attribute>
+          <attribute name="action">win.begin</attribute>
         </item>
         <item>
-          <attribute name='label' translatable='yes'>_Commit transaction</attribute>
-          <attribute name='action'>win.commit</attribute>
+          <attribute name="label" translatable="yes">_Commit transaction</attribute>
+          <attribute name="action">win.commit</attribute>
         </item>
         <item>
-          <attribute name='label' translatable='yes'>_Rollback transaction</attribute>
-          <attribute name='action'>win.rollback</attribute>
+          <attribute name="label" translatable="yes">_Rollback transaction</attribute>
+          <attribute name="action">win.rollback</attribute>
         </item>
       </section>
       <section>
         <item>
-          <attribute name='label' translatable='yes'>_Fetch Meta Data</attribute>
-          <attribute name='action'>win.meta-sync</attribute>
-          <attribute name='accel'>&lt;Primary&gt;f</attribute>
+          <attribute name="label" translatable="yes">_Fetch Meta Data</attribute>
+          <attribute name="action">win.meta-sync</attribute>
+          <attribute name="accel">&lt;Primary&gt;f</attribute>
         </item>
         <item>
-          <attribute name='label' translatable='yes'>_Connection properties</attribute>
-          <attribute name='action'>win.properties</attribute>
+          <attribute name="label" translatable="yes">_Connection properties</attribute>
+          <attribute name="action">win.properties</attribute>
         </item>
       </section>
       <section>
         <item>
-          <attribute name='label' translatable='yes'>_Close connection</attribute>
-          <attribute name='action'>win.cncclose</attribute>
+          <attribute name="label" translatable="yes">_Close connection</attribute>
+          <attribute name="action">win.cncclose</attribute>
         </item>
       </section>
     </submenu>
@@ -80,11 +80,11 @@
       <attribute name="label" translatable="yes">Display</attribute>
       <section>
         <item>
-          <attribute name='label' translatable='yes'>Fullscreen</attribute>
-          <attribute name='action'>win.fullscreen</attribute>
+          <attribute name="label" translatable="yes">Fullscreen</attribute>
+          <attribute name="action">win.fullscreen</attribute>
         </item>
       </section>
-      <section id='perspectives'>
+      <section id="perspectives">
       </section>
     </submenu>
   </menu>


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