We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29288c2 commit a9553c9Copy full SHA for a9553c9
src/app/qgsvectorlayerloadstyledialog.cpp
@@ -34,7 +34,7 @@ QgsVectorLayerLoadStyleDialog::QgsVectorLayerLoadStyleDialog( QgsVectorLayer *la
34
setWindowTitle( QStringLiteral( "Database styles manager" ) );
35
36
mDeleteButton = mButtonBox->button( QDialogButtonBox::StandardButton::Close );
37
- mDeleteButton->setText( tr( "Delete style" ) );
+ mDeleteButton->setText( tr( "Delete Style" ) );
38
mDeleteButton->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionDeleteSelected.svg" ) ) );
39
mLoadButton = mButtonBox->button( QDialogButtonBox::StandardButton::Open );
40
mLoadButton->setText( tr( "Load Style" ) );
0 commit comments