Skip to content

Commit 27e3a8f

Browse files
committedMay 14, 2011
Fix inconsistent naming of general options
1 parent ce4c126 commit 27e3a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/composer/qgscomposerlegendwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ QgsComposerLegendWidget::QgsComposerLegendWidget( QgsComposerLegend* legend ): m
4343

4444
//add widget for item properties
4545
QgsComposerItemWidget* itemPropertiesWidget = new QgsComposerItemWidget( this, legend );
46-
toolBox->addItem( itemPropertiesWidget, tr( "Item Options" ) );
46+
toolBox->addItem( itemPropertiesWidget, tr( "General Options" ) );
4747

4848
if ( legend )
4949
{

0 commit comments

Comments
 (0)
Please sign in to comment.