diff options
Diffstat (limited to 'apps/plugins/vu_meter.c')
| -rw-r--r-- | apps/plugins/vu_meter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 67ac024..77f7a70 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -229,7 +229,7 @@ PLUGIN_HEADER #define VUMETER_MENU_EXIT BUTTON_MENU #define VUMETER_UP BUTTON_UP #define VUMETER_DOWN BUTTON_DOWN -#define LABEL_HELP "PLAY" +#define LABEL_HELP "MIDDLE" #define LABEL_QUIT "BACK" #define LABEL_MENU "MENU" #define LABEL_VOLUME "UP/DOWN" |