]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Locale.pm
Übersetzungen
[mfinanz.git] / SL / Locale.pm
index 8fa37805d6ce6e1932308185dea702766313d87b..ccf494343e9fbf843ced5e3acd17738ed6af8fa8 100644 (file)
@@ -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);