mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +00:00
Change to improve i18n string match.
This commit is contained in:
@@ -1991,9 +1991,7 @@ sub do_logprof_pass {
|
||||
if(not $running_under_genprof) {
|
||||
if($seenevents) {
|
||||
my $w = { type => "wizard" };
|
||||
$w->{explanation} = gettext("The profile analyzer has completed processing the log files.
|
||||
|
||||
All updated profiles will be reloaded");
|
||||
$w->{explanation} = gettext("The profile analyzer has completed processing the log files.\nAll updated profiles will be reloaded");
|
||||
$w->{functions} = [ "CMD_ABORT", "CMD_FINISHED" ];
|
||||
SendDataToYast($w);
|
||||
my $foo = GetDataFromYast();
|
||||
|
Reference in New Issue
Block a user