Skip to content

Commit

Permalink
Fixed broken English in comment so it makes some sense
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 17, 2020
1 parent ff69f5b commit cf99761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/apparmor/profile_dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,8 @@ def SelectProfileForm(profiles, formhelp, formtitle, iconname)
end
if id == :abort || id == :cancel
break
# This module break common work-flow that changes are commited at the end, so react same for break and also for next
# This module breaks the common YaST workflow rule that changes are
# commited at the end, so react the same way for back and also for next
elsif id == :back || id == :next
break
else
Expand Down

0 comments on commit cf99761

Please sign in to comment.