From 455b3847a94e4b8f7391438e4e4ebdfaf0eab381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20PIERRE?= Date: Tue, 4 Feb 2025 05:15:23 +0100 Subject: [PATCH] Color calibration: minor touch-up --- src/iop/channelmixerrgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iop/channelmixerrgb.c b/src/iop/channelmixerrgb.c index f1382a350483..759f6873fd65 100644 --- a/src/iop/channelmixerrgb.c +++ b/src/iop/channelmixerrgb.c @@ -4134,7 +4134,7 @@ void gui_init(struct dt_iop_module_t *self) NOTEBOOK_PAGE(saturation, sat, N_("colorfulness"), N_("output colorfulness"), N_("colorfulness"), FALSE) g->saturation_version = dt_bauhaus_combobox_from_params(self, "version"); NOTEBOOK_PAGE(lightness, light, N_("brightness"), N_("output brightness"), N_("brightness"), FALSE) - NOTEBOOK_PAGE(grey, grey, N_("gray"), N_("output gray"), N_("gray"), FALSE) + NOTEBOOK_PAGE(grey, grey, N_("B&W"), N_("output gray"), N_("gray"), FALSE) // start building top level widget self->widget = gtk_box_new(GTK_ORIENTATION_VERTICAL, DT_BAUHAUS_SPACE);