diff options
author | Friendika <info@friendika.com> | 2011-06-07 17:12:56 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-07 17:12:56 -0700 |
commit | d1e9af2c51d6b12d400a656f489520ccd8d54ed2 (patch) | |
tree | cbe50644e5519dbbd1084f6745f3b42fba33f0ae /util | |
parent | d2863d185997424584c34791ae5fa84db8dd352d (diff) | |
parent | 16446ab0d06a265c6b665638924725e8e2af866a (diff) | |
download | volse-hubzilla-d1e9af2c51d6b12d400a656f489520ccd8d54ed2.tar.gz volse-hubzilla-d1e9af2c51d6b12d400a656f489520ccd8d54ed2.tar.bz2 volse-hubzilla-d1e9af2c51d6b12d400a656f489520ccd8d54ed2.zip |
Merge pull request #115 from fabrixxm/tr
update it strings
Diffstat (limited to 'util')
-rw-r--r-- | util/po2php.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/po2php.php b/util/po2php.php index 239eafb5f..1a86bb38d 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -102,7 +102,7 @@ function po2php_run($argv, $argc) { } - + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } if ($k!="") $out .= $arr?");\n":";\n"; |