[d-feet] Change ' to " in .ui files



commit 8189334d7fce26864de4c537e22adf07e0abb7b3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Oct 3 17:48:03 2013 +0200

    Change ' to " in .ui files
    
    So the i18n stack won't get fussy.

 data/ui/app-menu.ui   |   12 ++++++------
 data/ui/mainwindow.ui |   10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/ui/app-menu.ui b/data/ui/app-menu.ui
index 03df69d..da2de13 100644
--- a/data/ui/app-menu.ui
+++ b/data/ui/app-menu.ui
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <requires lib="gtk+" version="3.0"/>
-  <menu id='app-menu'>
+  <menu id="app-menu">
     <section>
       <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'>Help</attribute>
-        <attribute name='action'>app.help</attribute>
+        <attribute name="label" translatable="yes">Help</attribute>
+        <attribute name="action">app.help</attribute>
         <attribute name="accel">F1</attribute>
       </item>
       <item>
@@ -19,4 +19,4 @@
       </item>
     </section>
   </menu>
-</interface>
\ No newline at end of file
+</interface>
diff --git a/data/ui/mainwindow.ui b/data/ui/mainwindow.ui
index 45cca51..075d3d2 100644
--- a/data/ui/mainwindow.ui
+++ b/data/ui/mainwindow.ui
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.10 -->
-  <menu id='gear_menu'>
+  <menu id="gear_menu">
     <section>
       <item>
-        <attribute name='label' translatable='yes'>Connect to System Bus</attribute>
-        <attribute name='action'>win.connect-system-bus</attribute>
+        <attribute name="label" translatable="yes">Connect to System Bus</attribute>
+        <attribute name="action">win.connect-system-bus</attribute>
       </item>
       <item>
-        <attribute name='label' translatable='yes'>Connect to Session Bus</attribute>
-        <attribute name='action'>win.connect-session-bus</attribute>
+        <attribute name="label" translatable="yes">Connect to Session Bus</attribute>
+        <attribute name="action">win.connect-session-bus</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">Connect to other Bus</attribute>


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