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 a275ffc..7cd402d 100644 --- a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp +++ b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp | |||
@@ -54,13 +54,13 @@ | |||
54 | 54 | ||
55 | // These need to be localized. | 55 | // These need to be localized. |
56 | static const char dialog_text[] = | 56 | static const char dialog_text[] = |
57 | "Imprudence appears to have crashed or frozen last time it ran.\n" | 57 | "meta-impy appears to have crashed or frozen last time it ran.\n" |
58 | "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 | "This crash reporter collects information about your computer's hardware, operating system, and some meta-impy logs, all of which are used for debugging purposes only.\n" |
59 | "\n" | 59 | "\n" |
60 | "Send crash report?"; | 60 | "Send crash report?"; |
61 | 61 | ||
62 | static const char dialog_title[] = | 62 | static const char dialog_title[] = |
63 | "Imprudence Crash Logger"; | 63 | "meta-impy0 Crash Logger"; |
64 | 64 | ||
65 | #if LL_GTK | 65 | #if LL_GTK |
66 | static void response_callback (GtkDialog *dialog, | 66 | static void response_callback (GtkDialog *dialog, |