From 0f0fc42bfe924f03b6cd2f600cc5d00bb241d62c Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 27 Nov 2017 17:52:44 +0100 Subject: [PATCH] make rubocop happy --- src/include/ntp-client/helps.rb | 4 ++-- src/include/ntp-client/misc.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"