diff options
-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) { |