1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

Typo on Get Support

This commit is contained in:
Jason Herskowitz 2014-09-23 11:46:22 -04:00
parent 8d68160dd2
commit d0a5a2fb5b

View File

@ -144,7 +144,7 @@ ActionCollection::initActions()
m_actionCollection[ "whatsnew_0_8" ] = new QAction( tr( "0.8" ) , this );
m_actionCollection[ "whatsnew_0_8" ]->setMenuRole( QAction::ApplicationSpecificRole );
m_actionCollection[ "reportBug" ] = new QAction( tr( "Report a Bug" ) , this );
m_actionCollection[ "getSupport" ] = new QAction( tr( "Get Suport" ) , this );
m_actionCollection[ "getSupport" ] = new QAction( tr( "Get Support" ) , this );
}