Skip to content
Snippets Groups Projects
Commit d4aa66c4 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Sébastien Blin
Browse files

positionmanager: correct grammar for notification text

Change-Id: I6a8646f59496d5f27e775ae46725c2ac21b3d034
parent e932e19a
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ PositionManager::showNotification(const QString& accountId,
else
bestName = lrcInstance_->getAccountInfo(accountId).contactModel->bestNameForContact(from);
auto body = tr("%1 is sharing it's location").arg(bestName);
auto body = tr("%1 is sharing their location").arg(bestName);
#ifdef Q_OS_LINUX
auto contactPhoto = Utils::contactPhoto(lrcInstance_, from, QSize(50, 50), accountId);
auto notifId = QString("%1;%2;%3").arg(accountId).arg(convId).arg(from);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment