diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-02 01:41:36 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-12-02 09:59:25 +0100 |
commit | ea9863c0104bfa74e7542f850768c2c0ee63a577 (patch) | |
tree | 092a7be16c8e981b926a3cc3b5990e8de0147610 /svx | |
parent | 0362d16527c2e33b9e0ab2d410b5f0a5b4cee91b (diff) |
Partially resolve: tdf#113286 Add https:// to URL in Crash Report
Also:
"Don't" --> "Do Not" in another button label
Change-Id: I320a2f3fbe1ad1d2ac3efff94c0195be15335a17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107018
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui index a4c6e6308c76..65b0931c280b 100644 --- a/svx/uiconfig/ui/crashreportdlg.ui +++ b/svx/uiconfig/ui/crashreportdlg.ui @@ -5,7 +5,7 @@ <object class="GtkTextBuffer" id="textbuffer1"> <property name="text" translatable="yes" context="crashreportdlg|ed_post">The crash report was successfully uploaded. You can soon find the report at: -crashreport.libreoffice.org/stats/crash_details/%CRASHID</property> +https://crashreport.libreoffice.org/stats/crash_details/%CRASHID</property> </object> <object class="GtkTextBuffer" id="textbuffer2"> <property name="text" translatable="yes" context="crashreportdlg|ed_bugreport">Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org. @@ -47,7 +47,7 @@ Thank you for your help in improving %PRODUCTNAME.</property> </child> <child> <object class="GtkButton" id="btn_cancel"> - <property name="label" translatable="yes" context="crashreportdlg|btn_cancel">Do_n’t Send</property> + <property name="label" translatable="yes" context="crashreportdlg|btn_cancel">Do _Not Send</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |