Skip to content

Commit

Permalink
database style manager: translatable & title case
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b32c0b)
  • Loading branch information
jef-n committed Nov 18, 2019
1 parent ac4401b commit 2801180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerloadstyledialog.cpp
Expand Up @@ -31,7 +31,7 @@ QgsVectorLayerLoadStyleDialog::QgsVectorLayerLoadStyleDialog( QgsVectorLayer *la
, mLayer( layer )
{
setupUi( this );
setWindowTitle( QStringLiteral( "Database styles manager" ) );
setWindowTitle( tr( "Database Styles Manager" ) );

mDeleteButton = mButtonBox->button( QDialogButtonBox::StandardButton::Close );
mDeleteButton->setText( tr( "Delete style" ) );
Expand Down

0 comments on commit 2801180

Please sign in to comment.