From cecb84aa01d1051cd64855d4f465804adfc4f489 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 24 Sep 2010 05:51:04 -0500 Subject: [PATCH] Fixing typo in the about window --- src/windows/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__, )) -- 1.7.9.5