Module: Yast::SysconfigHelpsInclude
- Defined in:
- ../../src/include/sysconfig/helps.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) initialize_sysconfig_helps(include_target)
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# File '../../src/include/sysconfig/helps.rb', line 11 def initialize_sysconfig_helps(include_target) textdomain "sysconfig" # All helps are here @HELPS = { # Read dialog help "read" => _( "<p><b><big>Initializing sysconfig Configuration</big></b><br>\nPlease wait...<br></p>\n" ), # Write dialog help "write" => _( "<p><b><big>Saving sysconfig Configuration</big></b><br>\n" + "Please wait...<br></p>\n" + "\n" ) } # EOF end |