[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - svx/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 2 16:48:27 UTC 2020


 svx/uiconfig/ui/crashreportdlg.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 09e1970c268f2f6197dbee614c12cbc6238d37d0
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Wed Dec 2 01:41:36 2020 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Dec 2 17:47:51 2020 +0100

    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 at youmail.dk>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    (cherry picked from commit ea9863c0104bfa74e7542f850768c2c0ee63a577)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107026
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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>


More information about the Libreoffice-commits mailing list