cui/uiconfig/ui/colorpickerdialog.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit f36a582dc24816d23bf0629b72a15cac22b42870 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Feb 27 17:18:35 2022 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Sun Feb 27 20:57:39 2022 +0100 add translator notes for "Key", the K of the CYMK color model and so on Change-Id: Ia1104f5c92becee8e94c4e2988203149e6b1406d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130650 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/cui/uiconfig/ui/colorpickerdialog.ui b/cui/uiconfig/ui/colorpickerdialog.ui index ba1d98dc4615..6b8485666dc6 100644 --- a/cui/uiconfig/ui/colorpickerdialog.ui +++ b/cui/uiconfig/ui/colorpickerdialog.ui @@ -636,7 +636,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="colorpickerdialog|label5">_Cyan:</property> + <property name="label" translatable="yes" context="colorpickerdialog|label5" comments="This is the C of the CMYK color model: https://en.wikipedia.org/wiki/CMYK_color_model">_Cyan:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">cyanSpinbutton</property> <property name="xalign">0</property> @@ -651,7 +651,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="colorpickerdialog|label6">_Magenta:</property> + <property name="label" translatable="yes" context="colorpickerdialog|label6" comments="This is the M of the CMYK color model: https://en.wikipedia.org/wiki/CMYK_color_model">_Magenta:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">magSpinbutton</property> <property name="xalign">0</property> @@ -666,7 +666,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="colorpickerdialog|label7">_Yellow:</property> + <property name="label" translatable="yes" context="colorpickerdialog|label7" comments="This is the Y of the CMYK color model: https://en.wikipedia.org/wiki/CMYK_color_model">_Yellow:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">yellowSpinbutton</property> <property name="xalign">0</property> @@ -681,7 +681,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="colorpickerdialog|label8">_Key:</property> + <property name="label" translatable="yes" context="colorpickerdialog|label8" comments="This is the K of the CMYK color model: https://en.wikipedia.org/wiki/CMYK_color_model">_Key:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">keySpinbutton</property> <property name="xalign">0</property>
