Code

screen_queue: rename "playlist" to "queue"
[ncmpc.git] / src / title_bar.c
index e83156519a4890ef2a10c13248638ecdcba00b04..4d232566565a3e0b75f71f9d109c6cca187573c9 100644 (file)
@@ -76,7 +76,7 @@ title_bar_paint(const struct title_bar *p, const char *title,
 #ifdef ENABLE_HELP_SCREEN
                print_hotkey(w, CMD_SCREEN_HELP, _("Help"));
 #endif
-               print_hotkey(w, CMD_SCREEN_PLAY, _("Playlist"));
+               print_hotkey(w, CMD_SCREEN_PLAY, _("Queue"));
                print_hotkey(w, CMD_SCREEN_FILE, _("Browse"));
 #ifdef ENABLE_ARTIST_SCREEN
                print_hotkey(w, CMD_SCREEN_ARTIST, _("Artist"));