Skip to content

Commit

Permalink
Add missing textdomains
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed May 19, 2020
1 parent c40d0da commit 20045d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/autoinstall/widgets/storage/partition_general_tab.rb
Expand Up @@ -32,6 +32,14 @@ module Widgets
module Storage
# The tab used to present the general and common options for a partition section
class PartitionGeneralTab < PartitionTab
# Constructor
#
# @param partition [Presenters::Partition] presenter for a partition section of the profile
def initialize(partition)
textdomain "autoinst"
super
end

# @macro seeAbstractWidget
def label
# TRANSLATORS: name of the tab to display common options
Expand Down
1 change: 1 addition & 0 deletions src/lib/autoinstall/widgets/storage/partition_usage_tab.rb
Expand Up @@ -39,6 +39,7 @@ class PartitionUsageTab < PartitionTab
#
# @param partition [Presenters::Partition] presenter for a partition section of the profile
def initialize(partition)
textdomain "autoinst"
super
self.handle_all_events = true
end
Expand Down

0 comments on commit 20045d9

Please sign in to comment.