]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/L10n.php
New parameter to create a share block for display reasons
[friendica.git] / src / Core / L10n.php
index 3f74a408496299d3b1be0059a7c548ccd46efec3..1d8cfa705bae359df110a42d826b28e5e11712a4 100644 (file)
@@ -334,7 +334,7 @@ class L10n
                                        // for some languages there is only a single array item
                                        $s = $t[0];
                                }
-                               // if $t is empty, skip it, because empty strings array are indended
+                               // if $t is empty, skip it, because empty strings array are intended
                                // to make string file smaller when there's no translation
                        } else {
                                $s = $t;