diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-16 23:53:27 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-08-16 23:53:27 +0200 |
commit | 84c058819acda629c4d3f88350d0cb5f3f24fd38 (patch) | |
tree | 3923d2f4707dea75360c50122d9739d225e9f785 /includes | |
parent | c0afd35630115a7e186b912d2404f2c34f1f18b3 (diff) | |
download | cacert-devel-84c058819acda629c4d3f88350d0cb5f3f24fd38.tar.gz cacert-devel-84c058819acda629c4d3f88350d0cb5f3f24fd38.tar.xz cacert-devel-84c058819acda629c4d3f88350d0cb5f3f24fd38.zip |
Patches for bugs noticed by Hans.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/wot.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php index ce35ed6..ff9a0a3 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -412,7 +412,7 @@ else { $sum_points_countable = $sum_points; - $remark_points = " "; + $remark_points = " "; } if ($sum_experience > $max_experience) { @@ -439,7 +439,7 @@ if ($sum_points_countable < $max_points) { if ($sum_experience_countable != 0) - $remark_experience = $points_on_hold_txt;_("Points on hold due to less assurance points"); + $remark_experience = _("Points on hold due to less assurance points"); $sum_experience_countable = 0; if ($sum_experience_other_countable != 0) $remark_experience_other = _("Points on hold due to less assurance points"); |