Skip to content

Commit

Permalink
Merge 9258d6b into 609ad80
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 17, 2018
2 parents 609ad80 + 9258d6b commit f27a76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/y2firewall/widgets/allowed_services.rb
Expand Up @@ -125,12 +125,12 @@ def add_remove_buttons
PushButton(
Id(:add),
Opt(:hstretch),
_("Add") + Yast::UI.Glyph(:ArrowRight).to_s
_("Add") + " #{Yast::UI.Glyph(:ArrowRight)}"
),
PushButton(
Id(:add_all),
Opt(:hstretch),
_("Add All") + Yast::UI.Glyph(:ArrowRight).to_s
_("Add All") + " #{Yast::UI.Glyph(:ArrowRight)}"
),
VSpacing(1),
PushButton(
Expand Down

0 comments on commit f27a76d

Please sign in to comment.