Skip to content

Commit

Permalink
Partitioner: help text for Configure button
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Feb 19, 2019
1 parent fa69837 commit c1d6033
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lib/y2partitioner/widgets/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@ def handle(event)
:redraw
end

# @macro seeAbstractWidget
def help
# TRANSLATORS: help text for the Partitioner
_(
"<p>The <b>Configure</b> button offers several options to activate devices " \
"that were not detected by the initial system analysis. After activating the " \
"devices of the choosen technology, the system will be rescanned and all the " \
"information about storage devices will be refreshed. " \
"Thus, the <b>Provide Crypt Passwords</b> option is also useful when no " \
"encryption is involved, to activate devices of other technologies like LVM " \
"or Multipath.</p>"
)
end

private

# @return [Array<Yast::WidgetTerm>]
Expand Down
9 changes: 9 additions & 0 deletions src/lib/y2partitioner/widgets/rescan_devices_button.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ def handle
:redraw
end

# @macro seeAbstractWidget
def help
# TRANSLATORS: help text for the Partitioner
_(
"<p>The <b>Rescan Devices</b> button refreshes the information about storage " \
"devices.</p>"
)
end

private

def continue?
Expand Down

0 comments on commit c1d6033

Please sign in to comment.