Skip to content

Commit a9553c9

Browse files
nyalldawsonelpaso
andauthoredJan 25, 2019
Update src/app/qgsvectorlayerloadstyledialog.cpp
Co-Authored-By: elpaso <elpaso@itopen.it>
1 parent 29288c2 commit a9553c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsvectorlayerloadstyledialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ QgsVectorLayerLoadStyleDialog::QgsVectorLayerLoadStyleDialog( QgsVectorLayer *la
3434
setWindowTitle( QStringLiteral( "Database styles manager" ) );
3535

3636
mDeleteButton = mButtonBox->button( QDialogButtonBox::StandardButton::Close );
37-
mDeleteButton->setText( tr( "Delete style" ) );
37+
mDeleteButton->setText( tr( "Delete Style" ) );
3838
mDeleteButton->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionDeleteSelected.svg" ) ) );
3939
mLoadButton = mButtonBox->button( QDialogButtonBox::StandardButton::Open );
4040
mLoadButton->setText( tr( "Load Style" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.