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 8d5bbb7 commit 07378a7
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 07378a7

Please sign in to comment.