diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-16 16:20:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-17 09:57:16 +0100 |
commit | 31a1dcbe9ace047a50fa955e35de4fb5f3a023c9 (patch) | |
tree | 809ef5dd419980653dfe4303e35fad5ef4c71aa4 | |
parent | e51f9f509af9c3f59b479ab4d731c94fb2223af8 (diff) |
Fix typo
Change-Id: Id04e963ca0435bb042544b93e958b0d25e00eb63
Reviewed-on: https://gerrit.libreoffice.org/82984
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sfx2/uiconfig/ui/optprintpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/optprintpage.ui b/sfx2/uiconfig/ui/optprintpage.ui index 99c0263f1cf4..ad464b7bb59d 100644 --- a/sfx2/uiconfig/ui/optprintpage.ui +++ b/sfx2/uiconfig/ui/optprintpage.ui @@ -530,7 +530,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optprintpage|label1">Reduce Transparancy</property> + <property name="label" translatable="yes" context="optprintpage|label1">Reduce Transparency</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |