diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-12 16:25:09 -0300 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-09-14 08:09:27 +0200 |
commit | cc72fd4fc493b34cacc50fe8b390bcaf8a299904 (patch) | |
tree | ca06017f50f86b0cb098c27907eeb578a958eda9 /cui | |
parent | 4942aa1533af25cf102da7516bd5e521c553aa07 (diff) |
Fix %PRODUCTNAME in security dialog.
Change-Id: I9d14fe3abf3226a32392c24b5362b9cd41d58afe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156860
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optsecuritypage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optsecuritypage.ui b/cui/uiconfig/ui/optsecuritypage.ui index 7a2ac51e1920..9003cbacce3b 100644 --- a/cui/uiconfig/ui/optsecuritypage.ui +++ b/cui/uiconfig/ui/optsecuritypage.ui @@ -508,7 +508,7 @@ Do you want to delete password list and reset master password?</property> <property name="visible">True</property> <property name="can-focus">False</property> <property name="hexpand">True</property> - <property name="label" translatable="yes" context="optsecuritypage|label11">Select custom certificate manager executable. Note that LibreOffice tries to locate installed ones automatically.</property> + <property name="label" translatable="yes" context="optsecuritypage|label11">Select custom certificate manager executable. Note that %PRODUCTNAME tries to locate installed ones automatically.</property> <property name="wrap">True</property> <property name="width-chars">56</property> <property name="max-width-chars">56</property> |