Rename "Debug Window" as "Message Log", which is the terminology the OS X client uses too

This commit is contained in:
Charles Kerr
2007-11-18 02:32:46 +00:00
parent db98b81f9c
commit 355f96e660
4 changed files with 10 additions and 10 deletions

View File

@@ -57,8 +57,8 @@ static GtkToggleActionEntry show_toggle_entries[] =
{
{ "toggle-main-window", NULL,
N_("Show _Main Window"), NULL, NULL, G_CALLBACK(action_cb), TRUE },
{ "toggle-debug-window", NULL,
N_("Show _Debug Window"), NULL, NULL, G_CALLBACK(action_cb), FALSE }
{ "toggle-message-log", NULL,
N_("Show Message _Log"), NULL, NULL, G_CALLBACK(action_cb), FALSE }
};
static GtkActionEntry entries[] =