diff options
author | Mike Saunders <mike.saunders@documentfoundation.org> | 2016-06-20 19:13:44 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-20 18:21:12 +0000 |
commit | fe63bcdf700e4fe5c3c3ed8721f9748ecb7aaf34 (patch) | |
tree | 2ce3c48ff10c6d2ca2a1e94c0e400c2670709996 /svx/uiconfig | |
parent | ada901d2c412f8a1b1ae668e883114ccb9c69277 (diff) |
improve wording for crash report dialog a bit
Change-Id: Ibf27d45d9a9a0dd57a82fdf9c44f4017a43d953a
Reviewed-on: https://gerrit.libreoffice.org/26525
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui index 240b3340911d..39c6a348744f 100644 --- a/svx/uiconfig/ui/crashreportdlg.ui +++ b/svx/uiconfig/ui/crashreportdlg.ui @@ -69,9 +69,9 @@ <object class="GtkLabel" id="ed_pre"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">We are sorry but it seems that %PRODUCTNAME crashed the last time. + <property name="label" translatable="yes">Unfortunately it seems that %PRODUCTNAME crashed when it was last run. -You can help us fix this issue by sending the crash report to the %PRODUCTNAME crash reporting server.</property> +You can help us to fix this issue by sending an anonymous crash report to the %PRODUCTNAME crash reporting server.</property> <property name="wrap">True</property> </object> <packing> @@ -86,7 +86,7 @@ You can help us fix this issue by sending the crash report to the %PRODUCTNAME c <property name="valign">center</property> <property name="xalign">0</property> <property name="label" translatable="yes">The crash report was successfully uploaded. -You can soon find the report on: +You can soon find the report at: crashreport.libreoffice.org/stats/crash_details/%CRASHID</property> <property name="wrap">True</property> <property name="selectable">True</property> |