mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove helpUlr() call from string.
Co-authored-by: Jyrki Gadinger <nilsding@nilsding.org> Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
b1acb9a9fe
commit
cc4cf2ca38
@ -417,7 +417,7 @@ QString Theme::developerStringInfo() const
|
||||
const auto osName = osStringList.at(0);
|
||||
|
||||
const auto devString = QString(tr("%1 Desktop Client Version %2 (%3)", "%1 is application name. %2 is the human version string. %3 is the operating system name."))
|
||||
.arg(APPLICATION_NAME, QString::fromLatin1(MIRALL_HUMAN_VERSION_STRING), osName, helpUrl());
|
||||
.arg(APPLICATION_NAME, QString::fromLatin1(MIRALL_HUMAN_VERSION_STRING), osName);
|
||||
|
||||
return devString;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user