[geary] Replace single quotes with double quotes in menus.ui
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Replace single quotes with double quotes in menus.ui
- Date: Sat, 24 Sep 2016 16:14:35 +0000 (UTC)
commit 0d5dd3d20a108e38f8e7ca0b96f2d81008edb60e
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Sep 24 18:08:24 2016 +0200
Replace single quotes with double quotes in menus.ui
Double quotes are more friendly to some l10n tools.
ui/gtk/menus.ui | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/ui/gtk/menus.ui b/ui/gtk/menus.ui
index b1770de..17eacb5 100644
--- a/ui/gtk/menus.ui
+++ b/ui/gtk/menus.ui
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <menu id='app-menu'>
+ <menu id="app-menu">
<section>
<item>
- <attribute name='label' translatable='yes'>Compose Message</attribute>
- <attribute name='action'>app.compose</attribute>
+ <attribute name="label" translatable="yes">Compose Message</attribute>
+ <attribute name="action">app.compose</attribute>
</item>
</section>
<section>
<item>
- <attribute name='label' translatable='yes'>A_ccounts</attribute>
- <attribute name='action'>app.accounts</attribute>
+ <attribute name="label" translatable="yes">A_ccounts</attribute>
+ <attribute name="action">app.accounts</attribute>
</item>
<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='accel'>F1</attribute>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <attribute name="action">app.help</attribute>
+ <attribute name="accel">F1</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'><Primary>Q</attribute>
+ <attribute name="label" translatable="yes">_Quit</attribute>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="accel"><Primary>Q</attribute>
</item>
</section>
</menu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]