mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Update translation source file
This commit is contained in:
parent
10568f4200
commit
f67b60623e
5 changed files with 221 additions and 147 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue