mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3715 from nextcloud/i18n/fixUnecessaryTrCall
remove a tr call where translator cannot do anything meaningful
This commit is contained in:
commit
210e736bf5
@ -468,7 +468,7 @@ QString Theme::about() const
|
||||
|
||||
devString += tr("<p><small>Using virtual files plugin: %1</small></p>")
|
||||
.arg(Vfs::modeToString(bestAvailableVfsMode()));
|
||||
devString += tr("<br>%1")
|
||||
devString += QStringLiteral("<br>%1")
|
||||
.arg(QSysInfo::productType() % QLatin1Char('-') % QSysInfo::kernelVersion());
|
||||
|
||||
return devString;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user