diff options
author | filip <filip.komar@gmail.com> | 2014-12-28 18:47:09 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-12-28 18:47:09 +0100 |
commit | 6da4fa64a42effd4cfaf551810e486a8be56df05 (patch) | |
tree | 6d0fadd3beae55234742bd85b35669420a7944b1 /langs/report_tx_git.php | |
parent | 6c86075b820fd5c95c3470fee99b96a41d15ba3c (diff) | |
download | www-6da4fa64a42effd4cfaf551810e486a8be56df05.tar www-6da4fa64a42effd4cfaf551810e486a8be56df05.tar.gz www-6da4fa64a42effd4cfaf551810e486a8be56df05.tar.bz2 www-6da4fa64a42effd4cfaf551810e486a8be56df05.tar.xz www-6da4fa64a42effd4cfaf551810e486a8be56df05.zip |
typo fix
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r-- | langs/report_tx_git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index f6f31a526..19761b141 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -656,7 +656,7 @@ if ('Cauldron' != $resource_type) { // $links[] = '<a href="./report_tx_git.php?c=Cauldron">software translations</a>'; } $reports_links = '<p>You can also see reports about differences in ' . implode(" or ", $links) . '. And please don\'t forget great '; -$reports_links .=. '<a href="https://wiki.mageia.org/en/Transifex_and_git_syncing">wiki page about Transifex and git syncing</a>.</p>'; +$reports_links .= '<a href="https://wiki.mageia.org/en/Transifex_and_git_syncing">wiki page about Transifex and git syncing</a>.</p>'; echo $reports_links . PHP_EOL; // print out any errors |