Skip to content

Commit

Permalink
Added newline as suggested in code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 17, 2020
1 parent ac8bb11 commit c5ecf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/apparmor/profile_dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ def SelectProfileForm(profiles, formhelp, formtitle, iconname)
end # TODO ELSE POPUP NO ENTRY SELECTED ERROR
elsif id == :delete
# Translators: %1 is the name of the profile.
popup_msg = Builtins.sformat(_("Are you sure you want to delete the profile \"%1\"?"), profilename )
popup_msg = Builtins.sformat(_("Are you sure you want to delete the profile\n\"%1\"?"), profilename )
popup_msg += "\n" + _("After this operation the AppArmor module will reload the profile set.")
if Popup.YesNoHeadline(_("Delete profile confirmation"), popup_msg)
Builtins.y2milestone("Deleted %1", profilename)
Expand Down

0 comments on commit c5ecf86

Please sign in to comment.