summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-12-02 01:41:36 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-12-02 17:47:51 +0100
commit09e1970c268f2f6197dbee614c12cbc6238d37d0 (patch)
tree5214d5f40f2abf527f5a8c476aed471db5693301 /svx
parentdee8f1aff762bdec03c7a0fa9b4107d86580ec35 (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> (cherry picked from commit ea9863c0104bfa74e7542f850768c2c0ee63a577) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107026 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/crashreportdlg.ui4
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>