Skip to content

Commit

Permalink
Add help text
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 6, 2020
1 parent 70013a1 commit a91e273
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lib/registration/dialogs/online_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ def back_button
""
end

# @macro seeDialog
def help
_("The online search feature allows the user to search for packages accross all " \
"modules and extensions including those that have not been activated for this " \
"system. Once the wanted package is found, the user can select it for " \
"installation. If it belongs to not activated module, YaST will allow to activate " \
"the module. Bear in mind that the activation of the required modules/extensions" \
"will take place at the end, after the user clicks the Next button.")
end

private

# Package search widget
Expand Down

0 comments on commit a91e273

Please sign in to comment.