From: Ed Page Date: Fri, 24 Sep 2010 10:51:04 +0000 (-0500) Subject: Fixing typo in the about window X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=cecb84aa01d1051cd64855d4f465804adfc4f489 Fixing typo in the about window --- diff --git a/src/windows/_base.py b/src/windows/_base.py index 2efba0b..dce4f58 100644 --- a/src/windows/_base.py +++ b/src/windows/_base.py @@ -636,7 +636,7 @@ class AboutWindow(BasicWindow): self._titleLabel = gtk.Label() self._titleLabel.set_markup(""" -Waters of Shiloahl +Waters of Shiloah Maemo Edition Version %s """ % (constants.__version__, ))