fixed wording

This commit is contained in:
Andreas Preikschat 2011-05-01 18:03:42 +02:00
parent 76bd824114
commit 9a997afd81
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class ShortcutListForm(QtGui.QDialog, Ui_ShortcutListDialog):
elif len(shortcuts) == 2: elif len(shortcuts) == 2:
primary_text = shortcuts[0].toString() primary_text = shortcuts[0].toString()
alternate_text = shortcuts[1].toString() alternate_text = shortcuts[1].toString()
# When we are capturing a new shortcut, we do not want, that the buttons # When we are capturing a new shortcut, we do not want, the buttons to
# display the current shortcut. # display the current shortcut.
if self.primaryPushButton.isChecked(): if self.primaryPushButton.isChecked():
primary_text = u'' primary_text = u''