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 672aa02 commit 5da518c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/bootloader/bls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ class Bls

SDBOOTUTIL = "/usr/bin/sdbootutil"

def initialize
textdomain "bootloader"
end

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 5da518c

Please sign in to comment.