summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2013-10-03 17:48:03 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2013-10-03 17:48:03 +0200
commit8189334d7fce26864de4c537e22adf07e0abb7b3 (patch)
tree7410bf1a6610220b2b35da87e999aa272c3ebf3f
parent51a58d26bcf3de555e86f5a4b51108d2e5bea46a (diff)
downloadd-feet-8189334d7fce26864de4c537e22adf07e0abb7b3.tar.gz
Change ' to " in .ui files
So the i18n stack won't get fussy.
-rw-r--r--data/ui/app-menu.ui12
-rw-r--r--data/ui/mainwindow.ui10
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>