cui/uiconfig/ui/effectspage.ui | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit e8b45704fc8d41a42d2272cb14bb40ee59516768 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Jan 16 15:37:04 2022 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Sun Jan 16 20:23:30 2022 +0100 add missing placeholder labels Change-Id: Iae743fd6d7e13f91501e386e609e5965ef742db0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128482 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/cui/uiconfig/ui/effectspage.ui b/cui/uiconfig/ui/effectspage.ui index d5c5b082be9d..527d8d8e5eeb 100644 --- a/cui/uiconfig/ui/effectspage.ui +++ b/cui/uiconfig/ui/effectspage.ui @@ -458,6 +458,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -480,6 +481,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -597,6 +599,7 @@ <property name="receives-default">False</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child>
