diff options
Diffstat (limited to 'linden/indra/linux_crash_logger/llcrashloggerlinux.cpp')
-rw-r--r-- | linden/indra/linux_crash_logger/llcrashloggerlinux.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp index aa2b82c..6ac9831 100644 --- a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp +++ b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp | |||
@@ -53,13 +53,13 @@ | |||
53 | 53 | ||
54 | // These need to be localized. | 54 | // These need to be localized. |
55 | static const char dialog_text[] = | 55 | static const char dialog_text[] = |
56 | "Second Life appears to have crashed or frozen last time it ran.\n" | 56 | "Imprudence appears to have crashed or frozen last time it ran.\n" |
57 | "This crash reporter collects information about your computer's hardware, operating system, and some Second Life logs, all of which are used for debugging purposes only.\n" | 57 | "This crash reporter collects information about your computer's hardware, operating system, and some Imprudence logs, all of which are used for debugging purposes only.\n" |
58 | "\n" | 58 | "\n" |
59 | "Send crash report?"; | 59 | "Send crash report?"; |
60 | 60 | ||
61 | static const char dialog_title[] = | 61 | static const char dialog_title[] = |
62 | "Second Life Crash Logger"; | 62 | "Imprudence Crash Logger"; |
63 | 63 | ||
64 | #if LL_GTK | 64 | #if LL_GTK |
65 | static void response_callback (GtkDialog *dialog, | 65 | static void response_callback (GtkDialog *dialog, |