projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35e1e2
)
Kosmetik.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Jul 2009 07:08:23 +0000
(09:08 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Jul 2009 07:08:23 +0000
(09:08 +0200)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
3bb240f
..
2394118
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-2530,7
+2530,7
@@
sub config {
$form->{CAN_CHANGE_PASSWORD} = $auth->can_change_password();
$form->{todo_cfg} = { TODO->get_user_config('login' => $form->{login}) };
- $form->{title}
= $locale->text('Edit Preferences for #1', $form->{login});
+ $form->{title} = $locale->text('Edit Preferences for #1', $form->{login});
$form->header();
print $form->parse_html_template('am/config');