From 5517f9b2697339b9dd782a12b2e0fa3adce7f917 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 1 Feb 2000 19:32:27 +0000 Subject: [PATCH] added missing i18n call svn path=/trunk/kdebase/konsole/; revision=39753 --- src/main.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.C b/src/main.C index 2b5f0d87..6771a8c3 100644 --- a/src/main.C +++ b/src/main.C @@ -728,7 +728,7 @@ void Konsole::opt_menu_activated(int item) case 1: setMenuVisible(!b_menuvis); if (!b_menuvis) { - setCaption("Use the right mouse button to bring back the menu"); + setCaption(i18n("Use the right mouse button to bring back the menu")); QTimer::singleShot(5000,this,SLOT(setHeader())); } break;