Module: Yast::BootloaderRoutinesCommonHelpsInclude
- Defined in:
- src/include/bootloader/routines/common_helps.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) initialize_bootloader_routines_common_helps(include_target)
19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'src/include/bootloader/routines/common_helps.rb', line 19 def initialize_bootloader_routines_common_helps(include_target) textdomain "bootloader" @common_help_messages = { "timeout" => _( "<p><b>Timeout in Seconds</b><br>\nSpecifies the time the bootloader will wait until the default kernel is loaded.</p>\n" ) } @common_descriptions = { "timeout" => _("&Timeout in Seconds") } end |