Skip to content

Commit

Permalink
Fixed more untranslated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed May 30, 2019
1 parent 16e89e5 commit 740ddb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/y2partitioner/dialogs/import_mount_points.rb
Expand Up @@ -89,6 +89,7 @@ class FormatWidget < CWM::CheckBox
#
# @param controller [Actions::Controllers::Fstabs]
def initialize(controller)
textdomain "storage"
@controller = controller
end

Expand Down
2 changes: 2 additions & 0 deletions src/lib/y2partitioner/widgets/fstab_selector.rb
Expand Up @@ -191,6 +191,7 @@ class FstabContent < CWM::CustomWidget
#
# @param fstab [Y2Storage::Fstab]
def initialize(fstab)
textdomain "storage"
@fstab = fstab
end

Expand Down Expand Up @@ -235,6 +236,7 @@ class FstabTable < Widgets::BlkDevicesTable
#
# @param fstab [Y2Storage::Fstab]
def initialize(fstab)
textdomain "storage"
@fstab = fstab
end

Expand Down

0 comments on commit 740ddb7

Please sign in to comment.