Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Sep 15, 2021
1 parent eddf734 commit dad348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/src/lib/ui/ui_extension_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def available_for_ui?
def not_available_error
@ok = false
# Translators: %s is a UI extension name like pkg or graph
Report.Error(_("UI extension \"%s\" is not available for this UI.") % ext_name)
Report.Error(_("UI extension \"%s\" is not available for this UI.") % @ext_name)
end
end
end

0 comments on commit dad348d

Please sign in to comment.