mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
fontchooser: Rename default feature value
"Default" is a better fit than "None" here.
This commit is contained in:
parent
53c8975739
commit
39439aa838
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user