summaryrefslogtreecommitdiffstats
path: root/MetersPanel.c
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2016-03-21 14:30:37 +0800
committerExplorer09 <explorer09@gmail.com>2016-07-16 21:13:46 +0800
commita41c9b392555b81678c31b3722a2bdb887a1b887 (patch)
treefbe78fc295a40305fe6299fd7fb0adfb12218132 /MetersPanel.c
parent265d04821a0349d598b3f334c1fa690ca4bd149a (diff)
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".
Diffstat (limited to 'MetersPanel.c')
-rw-r--r--MetersPanel.c4
1 files changed, 3 insertions, 1 deletions
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};

© 2014-2024 Faster IT GmbH | imprint | privacy policy