[orca] Fix translator comment symbol for bowtie operator



commit 98fcf4f7b219c2183949803dc9fbb2b7604b0d08
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Thu Mar 12 13:13:38 2015 +0100

    Fix translator comment symbol for bowtie operator

 src/orca/mathsymbols.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/mathsymbols.py b/src/orca/mathsymbols.py
index b6bfe7d..730dde2 100644
--- a/src/orca/mathsymbols.py
+++ b/src/orca/mathsymbols.py
@@ -1848,7 +1848,7 @@ _operators['\u22c6'] = C_('math symbol', 'star operator')
 # Translators: this is the spoken representation for the character '⋇' (U+22c7)
 _operators['\u22c7'] = C_('math symbol', 'division times')
 
-# Translators: this is the spoken representation for the character '⋇' (U+22c8)
+# Translators: this is the spoken representation for the character '⋈' (U+22c8)
 _operators['\u22c8'] = C_('math symbol', 'bowtie')
 
 # Translators: this is the spoken representation for the character '⋉' (U+22c9)


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