mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
12 lines
236 B
Text
12 lines
236 B
Text
#include "resource.h"
|
|
/* Start move all hard code string to En.rc
|
|
* By Magnus Olsen 2005
|
|
*/
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_USERINIT_FAIL, "Userinit failed to start the shell!\n"
|
|
|
|
END
|