X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLocale.pm;h=ccf494343e9fbf843ced5e3acd17738ed6af8fa8;hb=98f37c1019ea0e80d5a45a5633a0a182a43cbf9a;hp=8fa37805d6ce6e1932308185dea702766313d87b;hpb=4fa7102b36468079313df9e579f7537d49aab859;p=kivitendo-erp.git 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);