fontchooser: Rename default feature value
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Aug 2022 02:07:44 +0000 (22:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Aug 2022 18:14:07 +0000 (14:14 -0400)
"Default" is a better fit than "None" here.

gtk/gtkfontchooserwidget.c

index 625ac6bf18dad4b86099ef676e3e4eea3f618bd6..036804f6753b6ffc19dae79c7e66de7b42ff4627 100644 (file)
@@ -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;