2
0
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:
David J Drewelow
2007-01-03 10:44:01 +00:00
parent a60e0c221d
commit 277a4e1c24

View File

@@ -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();