Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/app/qgsvectorlayerloadstyledialog.cpp
Co-Authored-By: elpaso <elpaso@itopen.it>
  • Loading branch information
nyalldawson and elpaso committed Jan 25, 2019
1 parent 90a9852 commit 29288c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerloadstyledialog.cpp
Expand Up @@ -37,7 +37,7 @@ QgsVectorLayerLoadStyleDialog::QgsVectorLayerLoadStyleDialog( QgsVectorLayer *la
mDeleteButton->setText( tr( "Delete style" ) );
mDeleteButton->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionDeleteSelected.svg" ) ) );
mLoadButton = mButtonBox->button( QDialogButtonBox::StandardButton::Open );
mLoadButton->setText( tr( "Load style" ) );
mLoadButton->setText( tr( "Load Style" ) );
mCancelButton = mButtonBox->button( QDialogButtonBox::StandardButton::Cancel );

QgsSettings settings;
Expand Down

0 comments on commit 29288c2

Please sign in to comment.