X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e5aaed2c2a9bfac19eb0718fd712234a30739d33..e2cf91039d3348cb733e66d04734926c2c9da209:/bin/mozilla/rc.pl
diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl
index 2a1742974..d9e395cda 100644
--- a/bin/mozilla/rc.pl
+++ b/bin/mozilla/rc.pl
@@ -147,13 +147,13 @@ sub display_form {
$option .= "\n
" if ($option);
$option .=
$locale->text('From') . " "
- . $locale->date(\%myconfig, $form->{fromdate}, 1);
+ . $locale->date(\%myconfig, $form->{fromdate}, 0);
}
if ($form->{todate}) {
$option .= "\n
" if ($option);
$option .=
- $locale->text('To') . " "
- . $locale->date(\%myconfig, $form->{todate}, 1);
+ $locale->text('Bis') . " "
+ . $locale->date(\%myconfig, $form->{todate}, 0);
}
$form->{title} = "$form->{accno}--$form->{account}";