diff options
-rwxr-xr-x | monitor-probe-using-X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-probe-using-X b/monitor-probe-using-X index 9907e32..11d7812 100755 --- a/monitor-probe-using-X +++ b/monitor-probe-using-X @@ -20,7 +20,7 @@ if (-e $arg) { "Saving log in $log_file.\n", $ok ? "If the detected resolution is wrong" : "If it contains interesting information", - ", send $log_file to pixel\@mandrakesoft.com\n\n"; + ", send $log_file to pixel\@mandriva.com\n\n"; } $ok or warn "Could not find a resolution\n"; } |