Heads-up re minor c&p fail in an Orca translator comment



Hey all.

As you'll see in bug 746091 [1], there was an instance of copy and paste fail on my part. I'm going to assume you all caught my error and did the right thing. :) But just in case.... The change is below.

I'm really sorry. And thanks (as always) for all the work you do for Orca -- especially with all these math symbols -- and the color names last cycle. You guys really are the best!

--joanie

--- a/src/orca/mathsymbols.py
+++ a/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')



[1] https://bugzilla.gnome.org/show_bug.cgi?id=746091


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