diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-24 19:06:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-02-25 08:41:55 +0100 |
commit | ffedea2e6cb8f66ab83feb4a12108e18c6d80b85 (patch) | |
tree | 45f777f763917b62fa0d42defaaaa2781aa20635 | |
parent | 3234c4e35fe97cffb87f785614b3b593e2237310 (diff) |
Fix typo
Change-Id: Iea7feb1dc196932b888b7b57c0ae297b5c1dd52f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163888
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | sd/uiconfig/simpress/ui/presentationdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/presentationdialog.ui b/sd/uiconfig/simpress/ui/presentationdialog.ui index 583f088f6036..df522280b371 100644 --- a/sd/uiconfig/simpress/ui/presentationdialog.ui +++ b/sd/uiconfig/simpress/ui/presentationdialog.ui @@ -746,7 +746,7 @@ </child> <child> <object class="GtkCheckButton" id="enableinteractivemode"> - <property name="label" translatable="yes" context="presentationdialog|enableinteractivemode">Live-mode slidehow editing</property> + <property name="label" translatable="yes" context="presentationdialog|enableinteractivemode">Live-mode slideshow editing</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> |