Skip to content

Commit ede68b8

Browse files
committed
Replace ' with " in application.ui
It's more friendly to older versions of intltool and it is overall a good practice.
1 parent 924e271 commit ede68b8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

data/ui/application.ui

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,29 @@ Josef Vybíral</property>
4444
</object>
4545
</child>
4646
</object>
47-
<menu id='app-menu'>
47+
<menu id="app-menu">
4848
<section>
4949
<item>
50-
<attribute name='label' translatable='yes'>_Preferences</attribute>
51-
<attribute name='action'>app.preferences</attribute>
50+
<attribute name="label" translatable="yes">_Preferences</attribute>
51+
<attribute name="action">app.preferences</attribute>
5252
</item>
5353
</section>
5454
<section>
5555
<item>
56-
<attribute name='label' translatable='yes'>_Help</attribute>
57-
<attribute name='action'>app.help</attribute>
58-
<attribute name='accel'>F1</attribute>
56+
<attribute name="label" translatable="yes">_Help</attribute>
57+
<attribute name="action">app.help</attribute>
58+
<attribute name="accel">F1</attribute>
5959
</item>
6060
<item>
61-
<attribute name='label' translatable='yes'>_About Meld</attribute>
62-
<attribute name='action'>app.about</attribute>
61+
<attribute name="label" translatable="yes">_About Meld</attribute>
62+
<attribute name="action">app.about</attribute>
6363
</item>
6464
</section>
6565
<section>
6666
<item>
67-
<attribute name='label' translatable='yes'>_Quit</attribute>
68-
<attribute name='action'>app.quit</attribute>
69-
<attribute name='accel'>&lt;Primary&gt;q</attribute>
67+
<attribute name="label" translatable="yes">_Quit</attribute>
68+
<attribute name="action">app.quit</attribute>
69+
<attribute name="accel">&lt;Primary&gt;q</attribute>
7070
</item>
7171
</section>
7272
</menu>

0 commit comments

Comments
 (0)