Skip to content

Commit

Permalink
Added FIXME to the workaround for bsc#995082
Browse files Browse the repository at this point in the history
  • Loading branch information
cwh42 committed Sep 6, 2016
1 parent ba238bc commit f3f6b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/installation/select_system_role.rb
Expand Up @@ -95,6 +95,7 @@ def clear_role

def role_buttons
ui_roles = role_attributes.each_with_object(VBox()) do |r, vbox|
# FIXME: following workaround can be removed as soon as bsc#997402 is fixed:
# bsc#995082: System role descriptions use a character that is missing in console font
description = Yast::UI.TextMode ? r[:description].tr("•", "*") : r[:description]
vbox << Left(RadioButton(Id(r[:id]), r[:label]))
Expand Down

0 comments on commit f3f6b44

Please sign in to comment.