X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/96a5b393976dd5c772d8610001be81eb6dda4259..008c2e1529744e195616ac2cbf7736f06a90816e:/SL/Locale.pm diff --git a/SL/Locale.pm b/SL/Locale.pm index 8fa37805d..ccf494343 100644 --- a/SL/Locale.pm +++ b/SL/Locale.pm @@ -328,7 +328,7 @@ sub date { } elsif ($myconfig->{dateformat} eq "yyyy-mm-dd") { # Use German syntax with the ISO date style "yyyy-mm-dd" because - # Lx-Office is mainly used in Germany or German speaking countries. + # kivitendo is mainly used in Germany or German speaking countries. if (defined $longformat && $longformat == 0) { $mm++; $dd = "0$dd" if ($dd < 10);