[meld] Replace ' with " in application.ui
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Replace ' with " in application.ui
- Date: Wed, 23 Oct 2013 22:09:10 +0000 (UTC)
commit ede68b8431794ee221c68457e2e2cdead5799295
Author: Piotr Drąg <piotrdrag gmail com>
Date: Thu Oct 24 00:07:42 2013 +0200
Replace ' with " in application.ui
It's more friendly to older versions of intltool and it is overall
a good practice.
data/ui/application.ui | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/ui/application.ui b/data/ui/application.ui
index 403f60f..c94aad4 100644
--- a/data/ui/application.ui
+++ b/data/ui/application.ui
@@ -44,29 +44,29 @@ Josef Vybíral</property>
</object>
</child>
</object>
- <menu id='app-menu'>
+ <menu id="app-menu">
<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='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 Meld</attribute>
- <attribute name='action'>app.about</attribute>
+ <attribute name="label" translatable="yes">_About Meld</attribute>
+ <attribute name="action">app.about</attribute>
</item>
</section>
<section>
<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]