summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-28 20:44:18 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-28 20:44:18 +0000
commitdfe2175b5be608a2af9a806762b25a9c9ef19b56 (patch)
treee427cecea43dfc2aa0f2ae486cc51f31b91a0821 /bin
parent637fb5bcbc0b693ee1e0caadb77ac34dadaf0ae5 (diff)
Remove test/test2 from save_preferences. Error uses test's language
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@700 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-xbin/am.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/am.pl b/bin/am.pl
index ef45c72f..56820e39 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!'));
}