From 0ba80b10a9a5eb121c6455a02bb6baaf3b16dd34 Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Fri, 21 Nov 2025 22:59:40 -0500 Subject: [PATCH] removed 'Hex:' from i18n because of numerous translation issues --- Widgets/NColorPickerDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NColorPickerDialog.qml b/Widgets/NColorPickerDialog.qml index d90b6253..b3b777b5 100644 --- a/Widgets/NColorPickerDialog.qml +++ b/Widgets/NColorPickerDialog.qml @@ -369,7 +369,7 @@ Popup { spacing: Style.marginM NLabel { - label: I18n.tr("widgets.color-picker.hex") + label: "Hex:" Layout.alignment: Qt.AlignVCenter }