Skip to content

Commit

Permalink
Fix the naming of some jumppoints.
Browse files Browse the repository at this point in the history
This problem was reported by Ilkka Tengvall on the translators' mailing
list.
  • Loading branch information
Nicolas Riendeau committed Mar 15, 2012
1 parent 6ed2587 commit 684272a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mythtv/programs/mythfrontend/main.cpp
Expand Up @@ -1329,15 +1329,15 @@ static void InitJumpPoints(void)
// Video

REG_JUMP(JUMP_VIDEO_DEFAULT, QT_TRANSLATE_NOOP("MythControls",
"The Video default view"), "", jumpScreenVideoDefault);
"The Video Default View"), "", jumpScreenVideoDefault);
REG_JUMP(JUMP_VIDEO_MANAGER, QT_TRANSLATE_NOOP("MythControls",
"The Video video manager"), "", jumpScreenVideoManager);
"The Video Manager"), "", jumpScreenVideoManager);
REG_JUMP(JUMP_VIDEO_BROWSER, QT_TRANSLATE_NOOP("MythControls",
"The Video video browser"), "", jumpScreenVideoBrowser);
"The Video Browser"), "", jumpScreenVideoBrowser);
REG_JUMP(JUMP_VIDEO_TREE, QT_TRANSLATE_NOOP("MythControls",
"The Video video listings"), "", jumpScreenVideoTree);
"The Video Listings"), "", jumpScreenVideoTree);
REG_JUMP(JUMP_VIDEO_GALLERY, QT_TRANSLATE_NOOP("MythControls",
"The Video video gallery"), "", jumpScreenVideoGallery);
"The Video Gallery"), "", jumpScreenVideoGallery);
REG_JUMP("Play Disc", QT_TRANSLATE_NOOP("MythControls",
"Play an Optical Disc"), "", playDisc);

Expand Down

0 comments on commit 684272a

Please sign in to comment.