Bug 479457 - Clarify phrase in kstars/ekos/opsekos.ui
Summary: Clarify phrase in kstars/ekos/opsekos.ui
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: git
Platform: Other Linux
: NOR task
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-06 10:01 UTC by Oliver Kellogg
Modified: 2024-01-07 05:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 3.6.9 beta


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.