projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c8975
)
fontchooser: Rename default feature value
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 29 Aug 2022 02:07:44 +0000
(22:07 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooserwidget.c
b/gtk/gtkfontchooserwidget.c
index 625ac6bf18dad4b86099ef676e3e4eea3f618bd6..036804f6753b6ffc19dae79c7e66de7b42ff4627 100644
(file)
--- 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;