Skip to content

Commit

Permalink
Translator comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 19, 2018
1 parent ecb4967 commit a07c168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/AutoinstSoftware.rb
Expand Up @@ -934,8 +934,10 @@ def Write
# Solve dependencies
#
if !Pkg.PkgSolve(false)
# TRANSLATORS: Error message
msg = _("The package resolver run failed. Please check your software " \
"section in the autoyast profile.")
# TRANSLATORS: Error message, %s is replaced by "/var/log/YaST2/y2log"
msg += "\n" + _("Additional details can be found in the %s file.") %
"/var/log/YaST2/y2log"

Expand Down

0 comments on commit a07c168

Please sign in to comment.