Skip to content

Commit

Permalink
changed portable version welcome dialog message
Browse files Browse the repository at this point in the history
  • Loading branch information
nebomuk committed Apr 14, 2015
1 parent ababc8a commit 6f9bb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/welcome.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ void Welcome::getInstance(bool rootPathIsSet, bool rootPathExists, bool rootPath
{
if(!rootPathIsSet)
welcomeText->setText(tr("Welcome to nobleNote!\nThis is the first time that nobleNote has been started.\n"
"You are encouraged to use the standard path, but you can also choose a directory "
"located on the system. Please note that the notes won't be saved on your drive "
"if you do."));
"This is the portable edition of nobleNote.\n"
"You are encouraged to use the default path, but you can also choose any other directory."
));
if(rootPathIsSet && !rootPathExists)
welcomeText->setText(tr("Welcome to nobleNote!\nThe set path for the notes does not exist.\n"
"Maybe it has been moved or renamed.\n"
Expand Down

0 comments on commit 6f9bb98

Please sign in to comment.