Bug 479457

Summary: Clarify phrase in kstars/ekos/opsekos.ui
Product: [Applications] kstars Reporter: Oliver Kellogg <okellogg>
Component: generalAssignee: Jasem Mutlaq <mutlaqja>
Status: RESOLVED FIXED    
Severity: task CC: wreissen
Priority: NOR    
Version: git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 3.6.9 beta

Description Oliver Kellogg 2024-01-06 10:01:16 UTC
git master kstars/ekos/opsekos.ui approx. line 698 contains:

         <item row="3" column="0">
          <widget class="QLabel" name="label_17">
           <property name="toolTip">
            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimal duration of a meridian flip. Checks if the  meridian flip has been completed will be postponed until the configured duration has past since the meridian flip has been started.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>

The "Checks if" phrase is unclear.
Here is my guess:

1. Insert "or" between "has been completed" and "will be postponed"
2. Change "past" to "passed"

Please check.
Comment 1 Wolfgang Reissenberger 2024-01-06 15:56:26 UTC
Changed to 

<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimal duration of a meridian flip. Increase this value if Ekos reports that a meridian flip has failed because the pier side did not change. A good estimation for this value is at least 50% of the typical duration of a meridian flip.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>

Better?
Comment 2 Oliver Kellogg 2024-01-06 20:01:23 UTC
(In reply to Wolfgang Reissenberger from comment #1)
> Changed to 
> 
> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Minimal duration of a
> meridian flip. Increase this value if Ekos reports that a meridian flip has
> failed because the pier side did not change. A good estimation for this
> value is at least 50% of the typical duration of a meridian
> flip.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
> 
> Better?

Much better, at least from a translator point of view.
Comment 3 Oliver Kellogg 2024-01-07 05:30:46 UTC
Thanks.