equal
deleted
inserted
replaced
195 char controllerup[128] = QT_TRANSLATE_NOOP("binds (keys)", "Up"); |
195 char controllerup[128] = QT_TRANSLATE_NOOP("binds (keys)", "Up"); |
196 char controllerdown[128] = QT_TRANSLATE_NOOP("binds (keys)", "Down"); |
196 char controllerdown[128] = QT_TRANSLATE_NOOP("binds (keys)", "Down"); |
197 char controllerleft[128] = QT_TRANSLATE_NOOP("binds (keys)", "Left"); |
197 char controllerleft[128] = QT_TRANSLATE_NOOP("binds (keys)", "Left"); |
198 char controllerright[128] = QT_TRANSLATE_NOOP("binds (keys)", "Right"); |
198 char controllerright[128] = QT_TRANSLATE_NOOP("binds (keys)", "Right"); |
199 |
199 |
200 //: When a control has no key binding |
200 //: Special entry in key selection when an action has no control assigned |
201 char unboundcontrol[128] = QT_TRANSLATE_NOOP("binds (keys)", "(Unused)"); |
201 char unboundcontrol[128] = QT_TRANSLATE_NOOP("binds (keys)", "(Don't use)"); |
202 |
202 |