added missing i18n call

svn path=/trunk/kdebase/konsole/; revision=39753
wilder-portage
Stephan Kulow 27 years ago
parent b7e2c5c96b
commit 5517f9b269
  1. 2
      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;

Loading…
Cancel
Save