Skip to content

Commit

Permalink
set textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 19, 2024
1 parent 5da518c commit 74405e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/bootloader/bls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Bootloader
# e.g. by grub2-bls and systemd-boot
class Bls
include Yast::Logger
include Yast::I18n
extend Yast::I18n

SDBOOTUTIL = "/usr/bin/sdbootutil"

Expand All @@ -24,7 +24,6 @@ def initialize
def self.create_menu_entries
Yast::Execute.on_target!(SDBOOTUTIL, "--verbose", "add-all-kernels")
rescue Cheetah::ExecutionFailed => e
textdomain "bootloader"
Yast::Report.Error(
format(_(
"Cannot create boot menu entry:\n" \
Expand Down

0 comments on commit 74405e7

Please sign in to comment.