Skip to content

Commit

Permalink
Merge pull request #288 from yast/fix-textdomain
Browse files Browse the repository at this point in the history
Fix the textdomain
  • Loading branch information
dgdavid committed May 31, 2021
2 parents e9a94ff + 78769c2 commit 6b89fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2users/linux/writer.rb
Expand Up @@ -87,7 +87,7 @@ class Writer
# @param config [Y2User::Config] see #config
# @param initial_config [Y2User::Config] see #initial_config
def initialize(config, initial_config)
textdomain "y2users"
textdomain "users"

@config = config
@initial_config = initial_config
Expand Down

0 comments on commit 6b89fff

Please sign in to comment.