Skip to content

Commit

Permalink
better first run text
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi authored and nirvn committed Jul 18, 2023
1 parent de7faf0 commit 7d86e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/WelcomeScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ Page {
} else {
var firstRun = !settings.value( "/QField/FirstRunFlag", false )
if ( firstRun ) {
welcomeText.text = qsTr( "Welcome to QField. First time using this application? Try out sample projects listed in the list below." )
welcomeText.text = qsTr( "Welcome to QField. First time using this application? Try the sample projects listed below." )
} else {
welcomeText.text = qsTr( "Welcome back to QField." )
}
Expand Down

0 comments on commit 7d86e3f

Please sign in to comment.