chiark / gitweb /
Change the arrows to 'Previous' and 'Next' master
authorThomas Thurman <tthurman@gnome.org>
Tue, 18 Jan 2011 01:10:22 +0000 (20:10 -0500)
committerThomas Thurman <tthurman@gnome.org>
Tue, 18 Jan 2011 01:10:22 +0000 (20:10 -0500)
src/view.py

index 27ca991..2dc001e 100644 (file)
@@ -10,8 +10,8 @@ class CommonPrayerWindow(QMainWindow):
                self._html = QTextBrowser()
                self.setCentralWidget(self._html)
 
-               self._prev = QAction("<-", self)
-               self._next = QAction("->", self)
+               self._prev = QAction("Previous", self)
+               self._next = QAction("Next", self)
 
                self.connect(self._prev,
                        SIGNAL('triggered()'),