Fix plurality of 'recently opened project'

This commit is contained in:
Colin Wallace
2015-04-25 03:18:38 +00:00
parent 478bbbd4d0
commit 960c05bb32
18 changed files with 18 additions and 18 deletions

View File

@@ -385,7 +385,7 @@ void MainWindow::finalize()
ToolButton * project_open_recent = new ToolButton(
embed::getIconPixmap( "project_open_recent" ),
tr( "Recently opened project" ),
tr( "Recently opened projects" ),
this, SLOT( emptySlot() ), m_toolBar );
project_open_recent->setMenu( m_recentlyOpenedProjectsMenu );
project_open_recent->setPopupMode( ToolButton::InstantPopup );