Git commit 07cb0afbf95c1b2ef437246c28b75c0db7e2539c by Burkhard L?ck. Committed on 06/05/2013 at 17:03. Pushed by lueck into branch 'master'.
fix swapped menu items M +4 -4 doc/index.docbook http://commits.kde.org/kbreakout/07cb0afbf95c1b2ef437246c28b75c0db7e2539c diff --git a/doc/index.docbook b/doc/index.docbook index 9d42dfd..e596cf5 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -587,11 +587,11 @@ To fire the ball press the spacebar, to move the bar use the mouse or the arrow <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo> </shortcut> <guimenu>Game</guimenu> -<guimenuitem>Pause</guimenuitem> +<guimenuitem>New</guimenuitem> </menuchoice></term> <listitem> <para> -Pause and resume the current game. +Starts a new game. </para> </listitem> </varlistentry> @@ -602,11 +602,11 @@ Pause and resume the current game. <keycap>&Esc;</keycap> </shortcut> <guimenu>Game</guimenu> -<guimenuitem>New</guimenuitem> +<guimenuitem>Pause</guimenuitem> </menuchoice></term> <listitem> <para> -Starts a new game. +Pause and resume the current game. </para> </listitem> </varlistentry>
