fixed spelling

This commit is contained in:
Andreas Preikschat 2011-10-31 09:55:59 +01:00
parent cac0728d0b
commit 5348139cfe
1 changed files with 3 additions and 3 deletions

View File

@ -461,10 +461,10 @@ class SlideController(QtGui.QWidget):
etc. etc.
**Note**: This implementation is based on shortcuts. But it rather works **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. **not** at the same time.
For example to jump to "V3" you have to press "V" and afterwards but 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: try:
from openlp.plugins.songs.lib import VerseType 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. # Start the time as we did not have any match.
self.shortcutTimer.start(350) self.shortcutTimer.start(350)
else: 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. # timed out.
self.current_shortcut = u'' self.current_shortcut = u''