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 29288c2 commit a9553c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerloadstyledialog.cpp
Expand Up @@ -34,7 +34,7 @@ QgsVectorLayerLoadStyleDialog::QgsVectorLayerLoadStyleDialog( QgsVectorLayer *la
setWindowTitle( QStringLiteral( "Database styles manager" ) );

mDeleteButton = mButtonBox->button( QDialogButtonBox::StandardButton::Close );
mDeleteButton->setText( tr( "Delete style" ) );
mDeleteButton->setText( tr( "Delete Style" ) );
mDeleteButton->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionDeleteSelected.svg" ) ) );
mLoadButton = mButtonBox->button( QDialogButtonBox::StandardButton::Open );
mLoadButton->setText( tr( "Load Style" ) );
Expand Down

0 comments on commit a9553c9

Please sign in to comment.