Skip to content

Commit

Permalink
database style manager: translatable & title case
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 15, 2019
1 parent 2eb4108 commit 9b32c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerloadstyledialog.cpp
Expand Up @@ -33,7 +33,7 @@ QgsVectorLayerLoadStyleDialog::QgsVectorLayerLoadStyleDialog( QgsVectorLayer *la
{
setupUi( this );
QgsGui::instance()->enableAutoGeometryRestore( 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 9b32c0b

Please sign in to comment.