diff options
| author | Philipp Kiemle <[email protected]> | 2025-07-17 22:23:27 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-07-18 07:42:00 +0000 |
| commit | 284b96da87ad6f69c8d4d31c4e8241ff84c91f07 (patch) | |
| tree | f4c6cd986a7f845bef6e27196310b6e4d9d9e1d2 /src | |
| parent | d955a72c0ccbae65a629d5f86db4fdb305ccfef4 (diff) | |
Make strings in credits HIG compliant
See https://develop.kde.org/hig/text_and_labels/
- Use en-dashes for date ranges
- Use ©
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0142e01ad..5ddef13d4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,7 +96,7 @@ int main(int argc, char **argv) QStringLiteral(DOLPHIN_VERSION_STRING), i18nc("@title", "File Manager"), KAboutLicense::GPL, - i18nc("@info:credit", "(C) 2006-2025 The Dolphin Developers")); + i18nc("@info:credit", "© 2006–2025 The Dolphin Developers")); aboutData.setHomepage(QStringLiteral("https://apps.kde.org/dolphin")); aboutData.addAuthor(i18nc("@info:credit", "Felix Ernst"), i18nc("@info:credit", "Maintainer (since 2021) and developer"), @@ -105,16 +105,16 @@ int main(int argc, char **argv) i18nc("@info:credit", "Maintainer (since 2021) and developer (since 2019)"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"), - i18nc("@info:credit", "Maintainer (2018-2021) and developer"), + i18nc("@info:credit", "Maintainer (2018–2021) and developer"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Emmanuel Pescosta"), - i18nc("@info:credit", "Maintainer (2014-2018) and developer"), + i18nc("@info:credit", "Maintainer (2014–2018) and developer"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Frank Reininghaus"), - i18nc("@info:credit", "Maintainer (2012-2014) and developer"), + i18nc("@info:credit", "Maintainer (2012–2014) and developer"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Peter Penz"), - i18nc("@info:credit", "Maintainer and developer (2006-2012)"), + i18nc("@info:credit", "Maintainer and developer (2006–2012)"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Sebastian Trüg"), i18nc("@info:credit", "Developer"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "David Faure"), i18nc("@info:credit", "Developer"), QStringLiteral("[email protected]")); |
