diff options
Diffstat (limited to 'langs')
-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 |