summaryrefslogtreecommitdiff
path: root/bin/am.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/am.pl')
-rwxr-xr-xbin/am.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/am.pl b/bin/am.pl
index e388c6a8..b742c04a 100755
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -2235,7 +2235,7 @@ sub save_preferences {
}
if (AM->save_preferences(\%myconfig, \%$form)) {
- $form->redirect($locale->text('Preferences saved!'));
+ $form->info($locale->text('Preferences saved!'));
} else {
$form->error($locale->text('Cannot save preferences!'));
}