From 40d063220f1fba2af92e52f5d4efc8bea3481219 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Tue, 24 Dec 2024 10:26:59 +0100 Subject: [PATCH] Change few labels from 'Kiwix Desktop' to 'Kiwix' --- resources/i18n/en.json | 6 +++--- src/main.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/i18n/en.json b/resources/i18n/en.json index 9a4fe05e1..1d73aa9f7 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -6,7 +6,7 @@ "name":"English", "error-title":"Error", "error-downloader-window-title":"Cannot create downloader", - "error-downloader-launch-message":"Impossible to launch downloader, Kiwix-desktop will start but all download functions will not working!", + "error-downloader-launch-message":"Impossible to launch downloader, Kiwix will start but all download functions will not working!", "error-launch-server-message":"An error has occured!", "error-archive":"Cannot get the archive", "error-opening-file": "There was an error opening the file.", @@ -78,14 +78,14 @@ "reset":"Reset", "clear":"Clear", "browse":"Browse", - "about-kiwix-desktop-title":"Kiwix Desktop", + "about-kiwix-desktop-title":"Kiwix", "about-kiwix-desktop-description":"Kiwix allows you to have the entirety of Wikipedia at hand wherever you go! On a boat, in the middle of nowhere, or in jail, Kiwix gives you access to all of human knowledge. You don't need Internet, everything is stored on your computer.", "about-learn-more-about-kiwix":"Learn more about Kiwix", "about-release-title":"Release", "about-source-code":"This software is released under the terms of the GNU General Public License version 3. View the source code on Github.", "about-version":"Version: {{VERSION}}", "about-reporting-problem-title":"Reporting problems", - "about-report-issue":"To open an issue, visit Kiwix-desktop issue tracker and open an issue describing your problem.", + "about-report-issue":"To open an issue, visit Kiwix issue tracker and open an issue describing your problem.", "about-report-issue-2":"Please mention the version in the issue.", "about-libraries-title":"Libraries", "kiwix-server-running-message":"The Kiwix Server is running and can be accessed in the local network at:", diff --git a/src/main.cpp b/src/main.cpp index 13a9a3ee6..47ed554c1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) KiwixApp a(argc, argv); QCommandLineParser parser; - parser.setApplicationDescription(QStringLiteral("The Kiwix Desktop is a viewer/manager of ZIM files for GNU/Linux and Microsoft Windows OSes.")); + parser.setApplicationDescription(QStringLiteral("Kiwix is a viewer/manager of ZIM files for GNU/Linux and Microsoft Windows OSes.")); parser.addHelpOption(); parser.addPositionalArgument("zimfile", "The zim file");