1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr1726'

This commit is contained in:
tux3 2015-05-25 12:58:51 +02:00
commit c3927f9cfc
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -869,7 +869,7 @@ QByteArray Core::loadToxSave(QString path)
{
qWarning() << "Profile "<<QFileInfo(path).baseName()<<" is already in use, pick another";
GUI::showWarning(tr("Profile already in use"),
tr("Your profile is already used by another qTox\n"
tr("This profile is already used by another qTox instance\n"
"Please select another profile"));
QString tmppath = Settings::getInstance().askProfiles();
if (tmppath.isEmpty())
@ -967,7 +967,7 @@ void Core::switchConfiguration(const QString& _profile)
{
qWarning() << "Profile "<<profile<<" is already in use, pick another";
GUI::showWarning(tr("Profile already in use"),
tr("Your profile is already used by another qTox instance\n"
tr("This profile is already used by another qTox instance\n"
"Please select another profile"));
do {
profile = Settings::getInstance().askProfiles();