From cf07acf53a2ddcd91d200a22c3a509e04d64f67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Thu, 7 Apr 2011 21:18:23 +0200 Subject: [PATCH] Rename 'Report a Bug' to 'Report a Problem' Users with no technical background don't talk about beetles. --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index ee205bd7..4a19b2d1 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -5135,7 +5135,7 @@ static const GtkActionEntry entries[] = N_("_Frequent Questions"), "F1", N_("Show the Frequently Asked Questions"), G_CALLBACK (_action_help_link_activate) }, { "HelpBugs", NULL, - N_("_Report a Bug"), NULL, + N_("_Report a Problem..."), NULL, N_("Open Midori's bug tracker"), G_CALLBACK (_action_help_link_activate) }, { "About", GTK_STOCK_ABOUT, NULL, "",