mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-23 14:15:42 +02:00
remove a tr call where translator cannot do anything meaningful
close #3708 Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
fbe39db773
commit
601c4fb3c0
@ -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