From ced5547de36d88f071f086258e32d21cdcda1e0d Mon Sep 17 00:00:00 2001 From: Gianluca Boiano <491117+M0Rf30@users.noreply.github.com> Date: Sat, 25 Jun 2022 21:52:45 +0200 Subject: feat(i18n): add Italian localization (#55) * chore: add some entries to .gitignore * chore: general enhancements to original strings * feat(i18n): add Italian localization --- src/about.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/about.cpp') diff --git a/src/about.cpp b/src/about.cpp index 9038f20..ba54a7e 100644 --- a/src/about.cpp +++ b/src/about.cpp @@ -11,7 +11,7 @@ About::About(QWidget *parent) : QWidget(parent), ui(new Ui::About) { // init appName = QApplication::applicationName(); - appDescription = "WhatsApp Web clinet for Linux Desktop"; + appDescription = "WhatsApp Web client for Linux Desktop"; isOpenSource = true; appAuthorName = "Keshav Bhatt"; appAuthorEmail = "keshavnrj@gmail.com"; @@ -35,8 +35,8 @@ About::About(QWidget *parent) : QWidget(parent), ui(new Ui::About) { QString("

Designed & Developed " "by:" " %1

" - "Developer Email address: %2

" - "

Developer Website:" + "Email: %2

" + "

Website:" " %3

") .arg(appAuthorName, appAuthorEmail, appAuthorLink)); -- cgit v1.2.3