Skip to content

Commit

Permalink
Fix a keybinding description.
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed Apr 13, 2012
1 parent 19efff9 commit c9208a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -567,7 +567,7 @@ void TV::InitKeys(void)
REG_KEY("TV Playback", ACTION_JUMPRWND, QT_TRANSLATE_NOOP("MythControls",
"Jump back"), "PgUp");
REG_KEY("TV Playback", "INFOWITHCUTLIST", QT_TRANSLATE_NOOP("MythControls",
"Info ignoring cutlist"), "");
"Info utilizing cutlist"), "");
REG_KEY("TV Playback", ACTION_JUMPBKMRK, QT_TRANSLATE_NOOP("MythControls",
"Jump to bookmark"), "K");
REG_KEY("TV Playback", "FFWDSTICKY", QT_TRANSLATE_NOOP("MythControls",
Expand Down

0 comments on commit c9208a9

Please sign in to comment.