Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
apparmor
apparmor-translation-fixes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apparmor-translation-fixes of Package apparmor
--- utils/SubDomain.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/utils/SubDomain.pm +++ b/utils/SubDomain.pm @@ -2304,7 +2304,7 @@ sub handlechildren { 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"; @@ -2331,7 +2331,7 @@ sub handlechildren { 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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor