diff options
author | Jan-Marek Glogowski <jan-marek.glogowski@extern.cib.de> | 2019-10-01 11:34:53 +0000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-23 10:21:20 +0200 |
commit | e3c4b919bdef1dfc8d756425bee099ff7f2e1bb5 (patch) | |
tree | 5298791b86c137a6a1d36f0cb6efdc1f477efcb1 | |
parent | 3b65ce7996c8cedcdb710275a0d1fb948b5d78bb (diff) |
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@collabora.co.uk>
-rw-r--r-- | cui/uiconfig/ui/certdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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> |