diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-12-15 17:08:41 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-12-15 17:08:41 +0000 |
commit | 1b9e1114614b8629ef1d4a2e8baae6675f63ba32 (patch) | |
tree | 9cde9e8c68021023a4c02de9c7c2856ebd652ec2 | |
parent | 8a810680960f0e7d2d9e10b6f21da21332a5bbfe (diff) |
Fix an XML escaping error
I can't write XML.
-rw-r--r-- | data/totem.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/totem.ui b/data/totem.ui index e36b2e26..ae015880 100644 --- a/data/totem.ui +++ b/data/totem.ui @@ -297,7 +297,7 @@ <child> <object class="GtkRadioAction" id="aspect-ratio-auto"> - <property name="label" translatable="yes" comments="Translators: an entry in the "Aspect Ratio" menu, used to choose the displayed aspect ratio of a video" context="Aspect ratio">Auto</property> + <property name="label" translatable="yes" comments="Translators: an entry in the 'Aspect Ratio' menu, used to choose the displayed aspect ratio of a video" context="Aspect ratio">Auto</property> <property name="tooltip" translatable="yes">Sets automatic aspect ratio</property> <!-- BVW_RATIO_AUTO --> <property name="value">0</property> |