diff options
author | filip <filip.komar@gmail.com> | 2015-08-28 19:16:45 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-08-28 19:16:45 +0200 |
commit | 390b183c0f2285ef1b2210450da29fdfbd321d5b (patch) | |
tree | 328fc44e721a52810418fa46c32fbfbedb003ef0 /langs | |
parent | 5764610c84d44790dff8bebfc503cb6d2b1696f7 (diff) | |
download | www-390b183c0f2285ef1b2210450da29fdfbd321d5b.tar www-390b183c0f2285ef1b2210450da29fdfbd321d5b.tar.gz www-390b183c0f2285ef1b2210450da29fdfbd321d5b.tar.bz2 www-390b183c0f2285ef1b2210450da29fdfbd321d5b.tar.xz www-390b183c0f2285ef1b2210450da29fdfbd321d5b.zip |
fix a typo
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 59939a134..23a3c2811 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -885,7 +885,7 @@ if (0 < $num_of_resources_w_difference) { $diff_title = "<h3>Languages bellow have some differences in resources $diff_desc</h3>"; } echo $diff_title; - echo '<p>To avoid furter alienation and confusion please synchronise them.</p>'; + echo '<p>To avoid further alienation and confusion please synchronise them.</p>'; echo '<p>They differs on number of untranslated strings in resources:</p>'; // print table if there are only a few resources with differences otherwise print a list if ($num_for_switch_table_to_list > $num_of_resources_w_difference) { |