[gtk/font-feature-work] fontchooser: Rename default feature value
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/font-feature-work] fontchooser: Rename default feature value
- Date: Mon, 29 Aug 2022 18:14:41 +0000 (UTC)
commit 39439aa83861ecfad82642f03d870f1d4f90470a
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 28 22:07:44 2022 -0400
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]