[orca/gnome-2-30] Fix for bgo#619574 - Orca fails to speak links in OOo Writer when the localized form of 'link' conta
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-2-30] Fix for bgo#619574 - Orca fails to speak links in OOo Writer when the localized form of 'link' conta
- Date: Sun, 30 May 2010 15:36:34 +0000 (UTC)
commit 6cfdf66d5e324cafc17100ca10f1c9258fe9b091
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sun May 30 11:35:14 2010 -0400
Fix for bgo#619574 - Orca fails to speak links in OOo Writer when the localized form of 'link' contains an accented character
src/orca/default.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/default.py b/src/orca/default.py
index e05eeaf..90d0328 100644
--- a/src/orca/default.py
+++ b/src/orca/default.py
@@ -6847,7 +6847,7 @@ class Script(script.Script):
# Translators: this indicates that this piece of
# text is a hypertext link.
#
- linkString = " " + _("link")
+ linkString = " " + _("link").decode("UTF-8")
# If the link was not followed by a whitespace or punctuation
# character, then add in a space to make it more presentable.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]