ccmake: Add missing spaces to match the previous text length

There was a "glitch" leaving "it" on the screen
This commit is contained in:
Sylvain Joubert 2016-11-15 11:12:34 +01:00 committed by Brad King
parent 1d9934a56a
commit a9562eac3e

@ -370,7 +370,7 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
"Press [c] to configure Press [g] to generate and exit");
} else {
sprintf(firstLine,
"Press [c] to configure ");
"Press [c] to configure ");
}
{
const char* toggleKeyInstruction =