Skip to content

Commit

Permalink
Declare textdomain to fix untranslated texts
Browse files Browse the repository at this point in the history
found by y2tool y2makepot
  • Loading branch information
mvidner committed Aug 3, 2016
1 parent df916e0 commit c65442b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/installation/clients/ssh_import_auto.rb
Expand Up @@ -15,6 +15,10 @@ class << self
attr_accessor :changed
end

def initialize
textdomain "installation"
end

def run
progress_orig = Yast::Progress.set(false)
ret = super
Expand Down

0 comments on commit c65442b

Please sign in to comment.