Skip to content

Commit 9d521e6

Browse files
victoryforceTurboGit
authored andcommitted
Use American spelling of gray
1 parent 6645443 commit 9d521e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/darkroom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ void gui_init(dt_view_t *self)
24782478
dt_bauhaus_widget_set_label(border_width_slider, N_("color_assessment"), N_("total border width relative to screen"));
24792479
gtk_widget_set_tooltip_text(border_width_slider,
24802480
_("total border width in relation to the screen size for the assessment mode.\n"
2481-
"this includes the outer grey part plus the inner white frame."));
2481+
"this includes the outer gray part plus the inner white frame."));
24822482
g_signal_connect(G_OBJECT(border_width_slider), "value-changed",
24832483
G_CALLBACK(_color_assessment_border_width_callback), dev);
24842484
gtk_box_pack_start(GTK_BOX(vbox), GTK_WIDGET(border_width_slider), TRUE, TRUE, 0);

0 commit comments

Comments
 (0)