[apparmor] [Branch ~apparmor-dev/apparmor/master] Rev 1637: From: Jeff Mahoney <jeffm at suse.com>
Kees Cook
kees at ubuntu.com
Tue Feb 8 19:30:39 UTC 2011
Hi,
Won't this require updating the .po files as well?
-Kees
On Tue, Feb 08, 2011 at 06:27:32PM -0000, noreply at launchpad.net wrote:
> ------------------------------------------------------------
> revno: 1637
> committer: Steve Beattie <sbeattie at ubuntu.com>
> branch nick: master
> timestamp: Tue 2011-02-08 10:25:05 -0800
> message:
> From: Jeff Mahoney <jeffm at suse.com>
> Fix grammar in in utils UI text.
> modified:
> utils/Immunix/AppArmor.pm
>
>
> --
> lp:apparmor
> https://code.launchpad.net/~apparmor-dev/apparmor/master
>
> You are subscribed to branch lp:apparmor.
> To unsubscribe from this branch go to https://code.launchpad.net/~apparmor-dev/apparmor/master/+edit-subscription
> === modified file 'utils/Immunix/AppArmor.pm'
> --- utils/Immunix/AppArmor.pm 2011-02-05 05:20:58 +0000
> +++ utils/Immunix/AppArmor.pm 2011-02-08 18:25:05 +0000
> @@ -2350,7 +2350,7 @@
> unless (-e getprofilefilename($exec_target)) {
> my $ynans = "y";
> if ($exec_mode & str_to_mode("i")) {
> - $ynans = UI_YesNo(sprintf(gettext("A profile for %s does not exist create one?"), $exec_target), "n");
> + $ynans = UI_YesNo(sprintf(gettext("A profile for %s does not exist. Create one?"), $exec_target), "n");
> }
> if ($ynans eq "y") {
> $helpers{$exec_target} = "enforce";
> @@ -2377,7 +2377,7 @@
> unless ($sd{$profile}{$exec_target}) {
> my $ynans = "y";
> if ($exec_mode & str_to_mode("i")) {
> - $ynans = UI_YesNo(sprintf(gettext("A local profile for %s does not exist create one?"), $exec_target), "n");
> + $ynans = UI_YesNo(sprintf(gettext("A local profile for %s does not exist. Create one?"), $exec_target), "n");
> }
> if ($ynans eq "y") {
> $hat = $exec_target;
>
--
Kees Cook
Ubuntu Security Team
More information about the AppArmor
mailing list