Skip to content

Commit

Permalink
add hints for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi2 committed May 5, 2014
1 parent 3c36307 commit 1f8b663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/FcoeClient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,10 @@ def DetectNetworkCards(netcards)
"cfg_device" => status_map["cfg_device"] || "" # part of cfg-file name, e.g. eth3.200
}
if card["fcoeoffload"] == nil
# it's about a flag which is not set at all
info_map["fcoe_flag"] = _("not set")
else
# also about setting of a flag
info_map["fcoe_flag"] = card["fcoeoffload"]?_("true"):_("false")
end
if card["iscsioffload"] == nil
Expand Down

0 comments on commit 1f8b663

Please sign in to comment.