diff --git a/src/include/ntp-client/helps.rb b/src/include/ntp-client/helps.rb index 39018b56..172545e2 100644 --- a/src/include/ntp-client/helps.rb +++ b/src/include/ntp-client/helps.rb @@ -15,7 +15,7 @@ def initialize_ntp_client_helps(_include_target) # All helps are here @HELPS = { # Read dialog help 1/2 - "read" => _( + "read" => _( "

Initializing NTP Client Configuration
\nPlease wait...

" ) + # Read dialog help 2/2 @@ -24,7 +24,7 @@ def initialize_ntp_client_helps(_include_target) "Safely abort the configuration utility by pressing Abort now.

" ), # Write dialog help 1/2 - "write" => _( + "write" => _( "

Saving NTP Client Configuration
\nPlease wait...

" ) + # Write dialog help 2/2 diff --git a/src/include/ntp-client/misc.rb b/src/include/ntp-client/misc.rb index 6e5cebac..d82a7720 100644 --- a/src/include/ntp-client/misc.rb +++ b/src/include/ntp-client/misc.rb @@ -8,7 +8,7 @@ # $Id$ module Yast module NtpClientMiscInclude - def initialize_ntp_client_misc(include_target) + def initialize_ntp_client_misc(_include_target) Yast.import "UI" textdomain "ntp-client"