[education/gcompris/KDE/3.0] /: core, little text cleaning for the new difficulty option

Johnny Jazeix null at kde.org
Fri Mar 17 12:27:01 GMT 2023


Git commit 71551d6cf6f36fffc4353c9b010f3553c400f3b8 by Johnny Jazeix, on behalf of Timothée Giet.
Committed on 17/03/2023 at 12:26.
Pushed by jjazeix into branch 'KDE/3.0'.

core, little text cleaning for the new difficulty option

M  +1    -1    docs/docbook/index.docbook
M  +1    -1    src/core/main.cpp

https://invent.kde.org/education/gcompris/commit/71551d6cf6f36fffc4353c9b010f3553c400f3b8

diff --git a/docs/docbook/index.docbook b/docs/docbook/index.docbook
index dadb6e5ba..7e3a9b02d 100644
--- a/docs/docbook/index.docbook
+++ b/docs/docbook/index.docbook
@@ -307,7 +307,7 @@ or make it show real car images instead of filled rectangles (traffic).</para>
 </row>
 <row>
 <entry>--difficulty {value|min-max}</entry>
-<entry>For the session, force the GCompris activities difficulties to be at either value or between min and max values. The values must be between 1 and 6, and if the format is min-max, the min value must be lower than the max value. If it is not the case GCompris will not start.</entry>
+<entry>For the session, force GCompris activities difficulty to be either at value or between min and max values. The values must be between 1 and 6, and if the format is min-max, the min value must be lower than the max value. If it is not the case GCompris will not start.</entry>
 </row>
 <row>
 <entry>--export-activities-as-sql</entry>
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 65cc4ab27..4ee0243b5 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -209,7 +209,7 @@ int main(int argc, char *argv[])
     parser.addOption(clListActivities);
 
     QCommandLineOption clDifficultyRange("difficulty",
-                                         QObject::tr("Specify the range of the activity difficulties to display for the session. Either a single value (2), or a range (3-6). Values must be between 1 and 6."), "difficulty");
+                                         QObject::tr("Specify the range of activity difficulty to display for the session. Either a single value (2), or a range (3-6). Values must be between 1 and 6."), "difficulty");
     parser.addOption(clDifficultyRange);
 
     parser.process(app);


More information about the kde-doc-english mailing list