From a41c9b392555b81678c31b3722a2bdb887a1b887 Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Mon, 21 Mar 2016 14:30:37 +0800 Subject: Reword 'Type' to 'Style' for meters. Per @hishamhm's suggestion. This is UI change only. In code the class names and symbols still refer them as "modes". --- MetersPanel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MetersPanel.c') diff --git a/MetersPanel.c b/MetersPanel.c index fa5300e9..c76603f3 100644 --- a/MetersPanel.c +++ b/MetersPanel.c @@ -31,7 +31,9 @@ struct MetersPanel_ { }*/ -static const char* MetersFunctions[] = {"Type ", "Move ", "Delete", "Done ", NULL}; +// Note: In code the meters are known to have bar/text/graph "Modes", but in UI +// we call them "Styles". +static const char* MetersFunctions[] = {"Style ", "Move ", "Delete", "Done ", NULL}; static const char* MetersKeys[] = {"Space", "Enter", "Del", "Esc"}; static int MetersEvents[] = {' ', 13, KEY_DC, 27}; -- cgit v1.2.3