Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PascalTriangle.activity/pascaltriangle.py
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-19 15:56:53 (GMT)
committer Philip Withnall <philip@tecnocode.co.uk>2013-08-19 15:56:53 (GMT)
commit6a830fc79994460242efb55b8f103392d80a13d8 (patch)
tree3239216889a2bee7d0ee97d11785507a55909883 /PascalTriangle.activity/pascaltriangle.py
parent6deea88c4e9e83042d5d3ebcadc4197565fabdf1 (diff)
Add a Spanish translation
Also fix a broken multiline translatable string in the source.
Diffstat (limited to 'PascalTriangle.activity/pascaltriangle.py')
-rwxr-xr-xPascalTriangle.activity/pascaltriangle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PascalTriangle.activity/pascaltriangle.py b/PascalTriangle.activity/pascaltriangle.py
index bee5e8b..8a75d7e 100755
--- a/PascalTriangle.activity/pascaltriangle.py
+++ b/PascalTriangle.activity/pascaltriangle.py
@@ -381,7 +381,7 @@ class PascalTriangleActivity(activity.Activity):
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.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