From b0c651b2dfcaaa84763b6ef70520ff05cdc699f2 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 19 Dec 2018 22:58:08 -0800 Subject: [PATCH] Add label for new game button --- source/2/2.4/2.4.8/2048-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.8/2048-qt.rst b/source/2/2.4/2.4.8/2048-qt.rst index 44db6743..66fa88d2 100644 --- a/source/2/2.4/2.4.8/2048-qt.rst +++ b/source/2/2.4/2.4.8/2048-qt.rst @@ -7,7 +7,7 @@ Useage ------ To play 2048-qt you use the arrows keys to combine blocks with the same number on them without having no possible moves at which point the game is over. As you combine numbers your score increases by the sum of the new block(s) you make and is shown towards the upper right hand corner of the window. Your high score is the best you have done at this game and is also shown towards the upper right hand corner. -If midway you want to restart to a new game press the new game button on the right hand side or :menuselection:`File --> New Game`. +If midway you want to restart to a new game press the :guilabel:`New Game` button on the right hand side or :menuselection:`File --> New Game`. Screenshot ----------