Remove some hardcode strings
[reactos.git] / reactos / subsys / ntvdm / En.rc
1 #include "resource.h"
2 /*
3 * Moved all hardcoded strings to En.rc.
4 * By Magnus Olsen 2005
5 */
6
7 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
8 STRINGTABLE DISCARDABLE
9 {
10
11 STRING_WelcomeMsg, "ReactOS Virtual DOS Machine support.\n"
12 STRING_PromptMsg, "Type r<cr> to run, s<cr> to shutdown or q<cr> to quit now."
13 }