mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
spelling: intended
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cf2c1f8f81
commit
035f3fed25
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ class L10n
|
||||||
// for some languages there is only a single array item
|
// for some languages there is only a single array item
|
||||||
$s = $t[0];
|
$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
|
// to make string file smaller when there's no translation
|
||||||
} else {
|
} else {
|
||||||
$s = $t;
|
$s = $t;
|
||||||
|
|
Loading…
Reference in a new issue