diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-27 17:18:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-27 20:57:39 +0100 |
commit | f36a582dc24816d23bf0629b72a15cac22b42870 (patch) | |
tree | 1aa7365ea69294210eaa249cacd4b87d096b1de3 /cui | |
parent | 293cd13fd6cd59bea13be5dc032aa3b36f25e1cf (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/colorpickerdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
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> |