Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve load file dialog title
  • Loading branch information
m-kuhn authored and nyalldawson committed Apr 15, 2020
1 parent 9a86911 commit 928525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsvaluemapconfigdlg.cpp
Expand Up @@ -295,7 +295,7 @@ void QgsValueMapConfigDlg::loadFromCSVButtonPushed()
{
QgsSettings settings;

QString fileName = QFileDialog::getOpenFileName( nullptr, tr( "Select a File" ), QDir::homePath() );
QString fileName = QFileDialog::getOpenFileName( nullptr, tr( "Load Value Map from File" ), QDir::homePath() );
if ( fileName.isNull() )
return;

Expand Down

0 comments on commit 928525f

Please sign in to comment.