From 5348139cfe23e85fa65153de3af86b793ab3f83f Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 31 Oct 2011 09:55:59 +0100 Subject: [PATCH] fixed spelling --- openlp/core/ui/slidecontroller.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index a2b7c76de..82d7a6629 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -461,10 +461,10 @@ class SlideController(QtGui.QWidget): etc. **Note**: This implementation is based on shortcuts. But it rather works - like "key sequences". You have to press one key after the other and + like "key sequenes". You have to press one key after the other and **not** at the same time. For example to jump to "V3" you have to press "V" and afterwards but - within a timeframe of 350ms you have to press "3". + within a time frame of 350ms you have to press "3". """ try: from openlp.plugins.songs.lib import VerseType @@ -528,7 +528,7 @@ class SlideController(QtGui.QWidget): # Start the time as we did not have any match. self.shortcutTimer.start(350) else: - # Reset the key sequenze as we do not have any match and the timer + # Reset the key sequence as we do not have any match and the timer # timed out. self.current_shortcut = u''