[Libreoffice-commits] core.git: cui/uiconfig

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 23 08:22:23 UTC 2019


 cui/uiconfig/ui/certdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e3c4b919bdef1dfc8d756425bee099ff7f2e1bb5
Author:     Jan-Marek Glogowski <jan-marek.glogowski at extern.cib.de>
AuthorDate: Tue Oct 1 11:34:53 2019 +0000
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Oct 23 10:21:20 2019 +0200

    tdf#127909 rename cert path dialogs' Add button
    
    This dialog just allows to manually override the NSS path.
    Currently it'll even lose this path, if the user select something
    else during a LO run, which is a usability nuisance.
    
    Change-Id: I75fadfbbd5006998a9f0e5cf70cb34566db701d8
    Reviewed-on: https://gerrit.libreoffice.org/79975
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/cui/uiconfig/ui/certdialog.ui b/cui/uiconfig/ui/certdialog.ui
index 348e346856b5..75642d980c2e 100644
--- a/cui/uiconfig/ui/certdialog.ui
+++ b/cui/uiconfig/ui/certdialog.ui
@@ -40,7 +40,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="add">
-                <property name="label" translatable="yes" context="certdialog|add">_Add...</property>
+                <property name="label" translatable="yes" context="certdialog|add">_Select NSS path...</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>


More information about the Libreoffice-commits mailing list