summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-05 13:35:08 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-05 13:35:08 +0100
commitcadf44ad31555513d210f7005f831355bcd2bad9 (patch)
treebca5d7ac898ec78119c11d6e027b7a40eebf5099 /plugins/gtkui/gtkui.c
parentbcb773df208e0ecbb90dfd90591657f0aed92f18 (diff)
gtkui: corrected few action titles; fixed bug #1028 ("remove from disk" is not hidden when the option is to do so is set)
Diffstat (limited to 'plugins/gtkui/gtkui.c')
-rw-r--r--plugins/gtkui/gtkui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index 52ac3306..83c572c1 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1292,7 +1292,7 @@ static DB_plugin_action_t action_quit = {
};
static DB_plugin_action_t action_delete_from_disk = {
- .title = "Delete From Disk",
+ .title = "Remove From Disk",
.name = "delete_from_disk",
.flags = DB_ACTION_MULTIPLE_TRACKS,
.callback2 = action_delete_from_disk_handler,