Skip to content

Commit

Permalink
Fixed Text Case Of "Instrument Plugins" Label (LMMS#3243)
Browse files Browse the repository at this point in the history
@liushuyu please update in transifex as well.
  • Loading branch information
miketurn authored and tresf committed Jan 12, 2017
1 parent 489553b commit 0e043e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/PluginBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static bool pluginBefore( const Plugin::Descriptor* d1, const Plugin::Descriptor


PluginBrowser::PluginBrowser( QWidget * _parent ) :
SideBarWidget( tr( "Instrument plugins" ),
SideBarWidget( tr( "Instrument Plugins" ),
embed::getIconPixmap( "plugins" ).transformed( QTransform().rotate( 90 ) ), _parent )
{
setWindowTitle( tr( "Instrument browser" ) );
Expand Down

0 comments on commit 0e043e9

Please sign in to comment.