fontchooser: Rename default feature value

"Default" is a better fit than "None" here.
This commit is contained in:
Matthias Clasen 2022-08-28 22:07:44 -04:00
parent 53c8975739
commit 39439aa838

View 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;