[orca] Fix translation comment for math characters



commit 01ab2261a224f54d961a0c50acb24436f64b69fd
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Sun Aug 16 00:25:10 2015 +0200

    Fix translation comment for math characters
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753668

 src/orca/mathsymbols.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/mathsymbols.py b/src/orca/mathsymbols.py
index 16bce82..84d707b 100644
--- a/src/orca/mathsymbols.py
+++ b/src/orca/mathsymbols.py
@@ -2133,10 +2133,10 @@ _operators['\u2308'] = C_('math symbol', 'left ceiling')
 # Translators: this is the spoken representation for the character '⌉' (U+2309)
 _operators['\u2309'] = C_('math symbol', 'right ceiling')
 
-# Translators: this is the spoken representation for the character '⌈' (U+230a)
+# Translators: this is the spoken representation for the character '⌊' (U+230a)
 _operators['\u230a'] = C_('math symbol', 'left floor')
 
-# Translators: this is the spoken representation for the character '⌉' (U+230b)
+# Translators: this is the spoken representation for the character '⌋' (U+230b)
 _operators['\u230b'] = C_('math symbol', 'right floor')
 
 # Translators: this is the spoken representation for the character '⏞' (U+23de)
@@ -2163,7 +2163,7 @@ _operators['\u2a02'] = C_('math symbol', 'circled times')
 _operators['\u2a03'] = C_('math symbol', 'union with dot')
 # Translators: this is the spoken representation for the character '⨄' (U+2a04)
 _operators['\u2a04'] = C_('math symbol', 'union with plus')
-# Translators: this is the spoken representation for the character '⨄' (U+2a05)
+# Translators: this is the spoken representation for the character '⨅' (U+2a05)
 _operators['\u2a05'] = C_('math symbol', 'square intersection')
 # Translators: this is the spoken representation for the character '⨆' (U+2a06)
 _operators['\u2a06'] = C_('math symbol', 'square union')


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