Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 19, 2018
1 parent 200dd2d commit e6dc001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/y2ntp_client/client/finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def modes

def write
unless Package.Installed(NtpClientClass::REQUIRED_PACKAGE)
# Not using Pkg.PkgInstalled because it is not working correctly here.
# (bnc#1089962)
Report.Error(Builtins.sformat(
# TRANSLATORS: Popup message. %1 is the missing package name.
_("Cannot save NTP configuration because the package %1 is not installed."),
Expand Down

0 comments on commit e6dc001

Please sign in to comment.