QML UI: allow magic phrase for multiple buddies to be localized

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-01-22 17:23:55 -08:00
parent 0196d9a220
commit b15b3c195c
4 changed files with 4 additions and 4 deletions

View file

@ -425,7 +425,7 @@ QStringList DiveObjectHelper::buddyList() const
QRegExp sep("(,\\s)");
QStringList tempList = temp.split(sep);
buddies << tempList;
buddies << "Multiple Buddies";
buddies << tr("Multiple Buddies");
}
}
buddies.removeDuplicates();