X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/02cef2f254b420003c079c8e2fb3f9a9c4edf776..b3e7f0164d41f3fae5631dd5e30736f40f49a998:/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}";