1/*
2 * PROJECT:     Dr. Watson crash reporter
3 * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE:     en-US resource file
5 * COPYRIGHT:   Copyright 2018 William Kent (wjk011 [at] gmail [dot] com)
6 */
7
8LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
9
10STRINGTABLE
11BEGIN
12    IDS_APP_TITLE "ReactOS Crash Reporter"
13    IDS_USER_ALERT_MESSAGE "The application %ls has crashed. Information about this crash has been saved to:\r\n\r\n%ls"
14END
15