mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
14 lines
451 B
Text
14 lines
451 B
Text
/*
|
|
* PROJECT: Dr. Watson crash reporter
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: en-US resource file
|
|
* COPYRIGHT: Copyright 2018 William Kent (wjk011 [at] gmail [dot] com)
|
|
*/
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APP_TITLE "ReactOS Crash Reporter"
|
|
IDS_USER_ALERT_MESSAGE "The application %ls has crashed. Information about this crash has been saved to:\r\n\r\n%ls"
|
|
END
|