diff options
-rw-r--r-- | gtk/src/hb-backend.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index 80297203c..30534a866 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -303,9 +303,9 @@ combo_opts_t bpyramid_opts = static options_map_t d_weightp_opts[] = { - {"Off", "0", 0, "0"}, - {"Blind", "1", 1, "1"}, - {"Smart", "2", 2, "2"}, + {"Off", "0", 0, "0"}, + {"Simple", "1", 1, "1"}, + {"Smart", "2", 2, "2"}, }; combo_opts_t weightp_opts = { |