Update language.php

This commit is contained in:
Max Kostikov 2018-10-14 22:28:14 +02:00
parent b7280a442e
commit ab0e2f5236

View File

@ -277,7 +277,7 @@ function ta($k){
function tf() { function tf() {
$s = "plural_function_code"; $s = "plural_function_code";
return (x(App::$strings, $s) ? App::$strings[$s] : "return 0;"); return (x(App::$strings, $s) ? App::$strings[$s] : "0");
} }
/** /**