Update translation source file

This commit is contained in:
Jonathan White 2019-03-19 17:08:18 -04:00
parent 10568f4200
commit f67b60623e
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 221 additions and 147 deletions

View file

@ -124,7 +124,7 @@ QVariant GroupModel::data(const QModelIndex& index, int role) const
Group* group = groupFromIndex(index);
if (role == Qt::DisplayRole) {
QString nameTemplate = tr("%1", "Template for name without annotation");
QString nameTemplate = "%1";
#if defined(WITH_XC_KEESHARE)
nameTemplate = KeeShare::indicatorSuffix(group, nameTemplate);
#endif