From 39439aa83861ecfad82642f03d870f1d4f90470a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Aug 2022 22:07:44 -0400 Subject: [PATCH] fontchooser: Rename default feature value "Default" is a better fit than "None" here. --- gtk/gtkfontchooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index 625ac6bf18..036804f675 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -2091,7 +2091,7 @@ update_feature_label (GtkFontChooserWidget *fontchooser, } strings = gtk_string_list_new (NULL); - gtk_string_list_append (strings, C_("Font feature value", "None")); + gtk_string_list_append (strings, C_("Font feature value", "Default")); for (unsigned int i = 0; i < num_params; i++) { char *name; -- 2.30.2