comparison src/audacious/ui_manager.c @ 3411:e451f5027d00 trunk

"Plugins" -> "Plugin Services", this helps to clarify what the menu is for.
author William Pitcock <nenolod@atheme-project.org>
date Thu, 30 Aug 2007 19:22:10 -0500
parents 1b0db603df9d
children c27b1b544026
comparison
equal deleted inserted replaced
3410:bd203b1a1b08 3411:e451f5027d00
373 373
374 static GtkActionEntry action_entries_others[] = { 374 static GtkActionEntry action_entries_others[] = {
375 375
376 { "dummy", NULL, "dummy" }, 376 { "dummy", NULL, "dummy" },
377 377
378 { "plugins-menu", NULL, N_("Plugins") }, 378 { "plugins-menu", NULL, N_("Plugin Services") },
379 379
380 { "current track info", AUD_STOCK_INFO , N_("View Track Details"), "I", 380 { "current track info", AUD_STOCK_INFO , N_("View Track Details"), "I",
381 N_("View track details"), G_CALLBACK(action_current_track_info) }, 381 N_("View track details"), G_CALLBACK(action_current_track_info) },
382 382
383 { "playlist track info", AUD_STOCK_INFO , N_("View Track Details"), "<Alt>I", 383 { "playlist track info", AUD_STOCK_INFO , N_("View Track Details"), "<Alt>I",