[totem] Fix an XML escaping error



commit 1b9e1114614b8629ef1d4a2e8baae6675f63ba32
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 15 17:08:41 2010 +0000

    Fix an XML escaping error
    
    I can't write XML.

 data/totem.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/totem.ui b/data/totem.ui
index e36b2e2..ae01588 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]