Bugzilla – Full Text Bug Listing |
Summary: | Wrong progress step strings in processing | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Milachew <milachew> |
Component: | YaST2 | Assignee: | E-mail List <yast2-maintainers> |
Status: | RESOLVED WORKSFORME | QA Contact: | Jiri Srain <jsrain> |
Severity: | Minor | ||
Priority: | P5 - None | CC: | milachew |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Attachments: |
yast-packager
software manager startup |
Description
Milachew
2022-09-14 15:16:20 UTC
I don't understand what the problem is. You talk about module initialization on one side and point to the code related to updating repository list which is run when writing changes during module shutdown. So, could you please clarify? Yeap. On the attachment, you can see an arrow opposite the item that is currently being performed. For example, when a new repository is added, as far as I understand, the text should change opposite the arrow to "Adding repositories..." (https://github.com/yast/yast-packager/blob/70d6da0518bb204a0cbc9836313bd666861fa5b0/src/lib/y2packager/clients/inst_productsources.rb#L1568). But it remains Add Repository. Is this how it should be? Because, when translated into Russian or Ukrainian, for example, "Add Repository" doesn't indicate a process, but looks like a simple sentence (like "Go for milk"). Here, it seems to me, "Adding repositories" would be more suitable, because it's indicate a process with a beginning and an ending (like "Going for milk"). (In reply to Milachew from comment #2) > Yeap. > On the attachment, you can see an arrow opposite the item that is currently > being performed. > > For example, when a new repository is added, as far as I understand, the > text should change opposite the arrow to "Adding repositories..." > (https://github.com/yast/yast-packager/blob/ > 70d6da0518bb204a0cbc9836313bd666861fa5b0/src/lib/y2packager/clients/ > inst_productsources.rb#L1568). > But it remains Add Repository. > > Is this how it should be? > > Because, when translated into Russian or Ukrainian, for example, "Add > Repository" doesn't indicate a process, but looks like a simple sentence > (like "Go for milk"). > Here, it seems to me, "Adding repositories" would be more suitable, because > it's indicate a process with a beginning and an ending (like "Going for > milk"). I think, I understand it better now. It seems that it works as expected, because by the arrow is showed name of Stage like e.g. "Load the Configured Repositories". Real action which is taken during the stage is shown above the progress bar (e.g. Building repository ...) as you can see in the screenshot taken on my system I've attached. Created attachment 861838 [details]
software manager startup
For now I'm going to close this as "works as expected". Feel free to reopen if you have some more comments or issues regarding this. Thanks for the report. (In reply to Michal Filka from comment #3) > It seems that it works as expected, because by the arrow is showed name of > Stage like e.g. "Load the Configured Repositories". Real action which is > taken during the stage is shown above the progress bar (e.g. Building > repository ...) as you can see in the screenshot taken on my system I've > attached. Oh, now I understand. But still, it doesn’t sound very good in the languages I listed when translating ... Then, if by default the problem is not observed in general, I will correct the translations themselves. Thanks for the feedback and your time! |