From 1e1cc849dce63dbd091fdbd95181fb25da712a52 Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Thu, 30 Jun 2011 13:37:11 +0300 Subject: [PATCH] fix tooltip typo --- src/ui_buttons.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/ui_buttons.c b/src/ui_buttons.c index 99b6a5b..6de8bd8 100644 --- a/src/ui_buttons.c +++ b/src/ui_buttons.c @@ -76,7 +76,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_UP, - "Move item ebove (Ctrl-UP)", + "Move item above (Ctrl-UP)", NULL, NULL, "button_playlist_up", -- 1.7.4.4