Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PascalTriangle.activity
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-19 18:24:33 (GMT)
committer Philip Withnall <philip@tecnocode.co.uk>2013-08-19 18:24:33 (GMT)
commitcc64775b91e7a9b9c05d82b5d3fada147999dd5f (patch)
treeb9c1d99f94954c2928092cc235b1037448e53b09 /PascalTriangle.activity
parent2e592001157279d9a60caa9c298f21c45adcbf2d (diff)
Remove use of Unicode in C-locale strings
Apparently the Sugar build chain doesn’t support it.
Diffstat (limited to 'PascalTriangle.activity')
-rwxr-xr-xPascalTriangle.activity/pascaltriangle.py4
-rw-r--r--PascalTriangle.activity/po/es.po4
2 files changed, 4 insertions, 4 deletions
diff --git a/PascalTriangle.activity/pascaltriangle.py b/PascalTriangle.activity/pascaltriangle.py
index 281dd91..9a70ee4 100755
--- a/PascalTriangle.activity/pascaltriangle.py
+++ b/PascalTriangle.activity/pascaltriangle.py
@@ -382,8 +382,8 @@ class PascalTriangleActivity(activity.Activity):
# Check whether all blank cells have been filled.
if len(self._blank_cells) == 0:
alert = Alert()
- alert.props.title = _('You’ve won!')
- alert.props.msg = _('Well done! You’ve completed the Pascal '
+ alert.props.title = _('You\'ve won!')
+ alert.props.msg = _('Well done! You\'ve completed the Pascal '
'Triangle. Do you want to play again?')
icon = Icon(icon_name = 'emblem-favorite')
alert.props.icon = icon
diff --git a/PascalTriangle.activity/po/es.po b/PascalTriangle.activity/po/es.po
index 3958242..da88b02 100644
--- a/PascalTriangle.activity/po/es.po
+++ b/PascalTriangle.activity/po/es.po
@@ -28,12 +28,12 @@ msgid "?"
msgstr "?"
#: pascaltriangle.py:385
-msgid "You’ve won!"
+msgid "You've won!"
msgstr "¡Has ganado!"
#: pascaltriangle.py:386
msgid ""
-"Well done! You’ve completed the Pascal Triangle. Do you want to play again?"
+"Well done! You've completed the Pascal Triangle. Do you want to play again?"
msgstr ""
"¡Bien hecho! Has completado el triángulo de Pascal. ¿Quieres jugar otra vez?"