Git commit ff403f3de31c2436548ac0bbdacc9a59b2625f2e by Yuri Chornoivan.
Committed on 10/11/2024 at 15:32.
Pushed by yurchor into branch 'master'.

Fix minor typos

M  +1    -1    Tests/kstars_ui/test_ekos_capture_workflow.cpp
M  +1    -1    Tests/kstars_ui/test_ekos_scheduler_helper.h
M  +1    -1    Tests/kstars_ui/test_ekos_scheduler_ops.cpp
M  +1    -1    doc/imagingplanner.docbook
M  +2    -2    kstars/kstars.kcfg
M  +2    -2    kstars/tools/imagingplanner.ui

https://invent.kde.org/education/kstars/-/commit/ff403f3de31c2436548ac0bbdacc9a59b2625f2e

diff --git a/Tests/kstars_ui/test_ekos_capture_workflow.cpp 
b/Tests/kstars_ui/test_ekos_capture_workflow.cpp
index 493e3db568..a87b613195 100644
--- a/Tests/kstars_ui/test_ekos_capture_workflow.cpp
+++ b/Tests/kstars_ui/test_ekos_capture_workflow.cpp
@@ -927,7 +927,7 @@ void TestEkosCaptureWorkflow::testDarkManualCovering()
         
m_CaptureHelper->expectedCaptureStates.append(Ekos::CAPTURE_IMAGE_RECEIVED);
         m_CaptureHelper->expectedCaptureStates.append(Ekos::CAPTURE_IDLE);
         KTRY_CLICK(capture, startB);
-        // if shutter type unknown, answer the the modal dialog with "No"
+        // if shutter type unknown, answer the modal dialog with "No"
         if (shutter == SHUTTER_UNKNOWN)
             CLOSE_MODAL_DIALOG(1);
         // click OK in the modal dialog for covering the telescope if camera 
has no shutter
diff --git a/Tests/kstars_ui/test_ekos_scheduler_helper.h 
b/Tests/kstars_ui/test_ekos_scheduler_helper.h
index 9ebbd2d6b5..f498939ca3 100644
--- a/Tests/kstars_ui/test_ekos_scheduler_helper.h
+++ b/Tests/kstars_ui/test_ekos_scheduler_helper.h
@@ -47,7 +47,7 @@ class TestEkosSchedulerHelper : public TestEkosHelper
 
         TestEkosSchedulerHelper();
 
-        // This writes the the scheduler and capture files into the locations 
given.
+        // This writes the scheduler and capture files into the locations 
given.
         static bool writeSimpleSequenceFiles(const QString &eslContents, const 
QString &eslFile, const QString &esqContents,
                                              const QString &esqFile);
 
diff --git a/Tests/kstars_ui/test_ekos_scheduler_ops.cpp 
b/Tests/kstars_ui/test_ekos_scheduler_ops.cpp
index f34547284f..19b4a4bb26 100644
--- a/Tests/kstars_ui/test_ekos_scheduler_ops.cpp
+++ b/Tests/kstars_ui/test_ekos_scheduler_ops.cpp
@@ -835,7 +835,7 @@ void TestEkosSchedulerOps::testTwilightStartup()
     WithInterval interval(20000, scheduler);
     // define culmination offset of 1h as startup condition
     m_startupCondition.type = Ekos::START_ASAP;
-    // initialize the the scheduler
+    // initialize the scheduler
     QTemporaryDir 
dir(QStandardPaths::writableLocation(QStandardPaths::HomeLocation) + 
"/test-XXXXXX");
     QVector<QString> esqVector;
     esqVector.push_back(TestEkosSchedulerHelper::getDefaultEsqContent());
diff --git a/doc/imagingplanner.docbook b/doc/imagingplanner.docbook
index 8b7cf917ff..85c2a39cbe 100644
--- a/doc/imagingplanner.docbook
+++ b/doc/imagingplanner.docbook
@@ -29,7 +29,7 @@ The Imaging Planner Tool
   <para>Right clicking (or control-click) on a row brings up a menu of 
operations that can be done on the object. Multiple rows can be selected (by 
the "click then shift-click technique") and the right-click menu may operate on 
all the selected rows. The operations allow you to add attributes to the 
object. Choices are:
   </para>
 <itemizedlist>
-<listitem><para>Pick the object (on un-pick an already picked object). Marking 
the object as picked will allow you to later just display a few picked objects 
instead of the whole table. For example, one may spend time researching many 
objects, and when an interesting candidate is seen, it may be marked picked for 
later examination. After a while, when a collection of picked objects has been 
put together, one can only show the picked objects by using the picked 
filtering constraint (see Filters below).
+<listitem><para>Pick the object (or un-pick an already picked object). Marking 
the object as picked will allow you to later just display a few picked objects 
instead of the whole table. For example, one may spend time researching many 
objects, and when an interesting candidate is seen, it may be marked picked for 
later examination. After a while, when a collection of picked objects has been 
put together, one can only show the picked objects by using the picked 
filtering constraint (see Filters below).
 </para></listitem><listitem><para>Mark an object as already imaged (or undo 
that). Again, one can set this object attribute and later filter for not 
displaying these (or only displaying those).
 </para></listitem><listitem><para>Mark an object to be ignored (or undo that). 
Similar to marking as already imaged.
 </para></listitem>
diff --git a/kstars/kstars.kcfg b/kstars/kstars.kcfg
index e5e28f2370..857b6488ef 100644
--- a/kstars/kstars.kcfg
+++ b/kstars/kstars.kcfg
@@ -1063,7 +1063,7 @@
          <default>false</default>
       </entry>
       <entry name="ImagingPlannerShowNotIgnored" type="Bool">
-         <label>Show the objects that have not been ignored (and don't show 
those that have been ignored.</label>
+         <label>Show the objects that have not been ignored (and don't show 
those that have been ignored).</label>
          <default>true</default>
       </entry>
       <entry name="ImagingPlannerDontCareIgnored" type="Bool">
@@ -1087,7 +1087,7 @@
          <default>false</default>
       </entry>
       <entry name="ImagingPlannerCatalogPath" type="String">
-         <label>File path the the most recent catalog loaded by the Imaging 
Planner.</label>
+         <label>File path to the most recent catalog loaded by the Imaging 
Planner.</label>
          <default></default>
       </entry>      
    </group>
diff --git a/kstars/tools/imagingplanner.ui b/kstars/tools/imagingplanner.ui
index 7306d0dd09..afe8171859 100644
--- a/kstars/tools/imagingplanner.ui
+++ b/kstars/tools/imagingplanner.ui
@@ -1760,7 +1760,7 @@
               <item row="1" column="4">
                <widget class="QCheckBox" name="PlanetaryCB">
                 <property name="toolTip">
-                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Hide 
planetary nebulaeif unchecked.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Hide 
planetary nebulae if unchecked.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
                 </property>
                 <property name="text">
                  <string>Planetary</string>
@@ -1927,7 +1927,7 @@
               <item row="5" column="3">
                <widget class="QCheckBox" name="dontCareAddedCB">
                 <property name="toolTip">
-                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Object 
display doesn't depend on whether objects have been add or 
not.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Object 
display doesn't depend on whether objects have been added or 
not.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
                 </property>
                 <property name="text">
                  <string>Don't care</string>

Reply via email to