Skip to content

Commit

Permalink
Merge pull request #5 from yast/fix_help
Browse files Browse the repository at this point in the history
Fix help
  • Loading branch information
jreidinger committed May 9, 2014
2 parents ea03302 + 4ad0df0 commit e5c2880
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-apparmor.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 9 13:47:26 UTC 2014 - jreidinger@suse.com

- fix help text to match reality (bnc#876904)
- 3.1.1

-------------------------------------------------------------------
Wed Sep 18 10:45:06 UTC 2013 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-apparmor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-apparmor
Version: 3.1.0
Version: 3.1.1
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/clients/AA_EditProfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def MainSequence
"chooseProfile" => lambda do
SelectProfileForm(
@profiles,
_("Select a listed profile and press Next to edit it."),
_("Select a listed profile and press Edit to edit it."),
_("Edit Profile - Choose profile to edit"),
"apparmor_edit_profile"
)
Expand Down

0 comments on commit e5c2880

Please sign in to comment.