diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-11-02 11:00:03 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-11-02 16:22:26 +0100 |
commit | 86ab194c621aa48b9718815e426fe4d5560ddbb0 (patch) | |
tree | 27429adcf154bc9be53e3148ff5f102c7a7d0342 /sd | |
parent | 15bac35f442312d7f6d12f84c7051b8678236ee2 (diff) |
Clarify when the logo will be shown
Change-Id: Ie6ac8530b3351a2c9899c33932ba6ab70b246cd3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158797
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sd')
-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 622870092c8b..2f061dad484b 100644 --- a/sd/uiconfig/simpress/ui/presentationdialog.ui +++ b/sd/uiconfig/simpress/ui/presentationdialog.ui @@ -468,7 +468,7 @@ </child> <child> <object class="GtkCheckButton" id="showlogo"> - <property name="label" translatable="yes" context="presentationdialog|showlogo">Show _logo</property> + <property name="label" translatable="yes" context="presentationdialog|showlogo">Show _logo during pause</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> |