T: moved CONTINUE_MSG to utils

This commit is contained in:
Charles Dang 2014-12-30 21:23:28 +11:00
parent def9b84698
commit 421dad3eba
2 changed files with 7 additions and 6 deletions

View File

@ -4,12 +4,6 @@
# wmllint: directory spelling quintain
#define CONTINUE_MSG
_"
<big>Click a mouse button or press the spacebar to continue...</big>"
# Note: we would not like the user to "press any key" (for example, Esc)
#enddef
[tutorial]
id=tutorial
#po: Hello, translators! The tutorial is meant to be a bit funny at the start,

View File

@ -152,3 +152,10 @@
[/then]
[/if]
#enddef
#define CONTINUE_MSG
_"
<big>Click a mouse button or press the spacebar to continue...</big>"
# Note: we would not like the user to "press any key" (for example, Esc)
#enddef