diff options
Diffstat (limited to 'web/template/stats/user_table.php')
-rw-r--r-- | web/template/stats/user_table.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index 36a6b10c..992f7370 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -4,13 +4,13 @@ <table class='boxSoft'> <tr> <th colspan='2' class='boxSoftTitle'> -<span class='f3'><?php print __("My Statistics"); ?></span> +<span class='f3'><?php print _("My Statistics"); ?></span> </th> </tr> <tr> <td class='boxSoft'> <span class='f4'><a href="packages.php?SeB=m&L=2&K=<?php echo $username; ?>"> -<?php print __("Packages in unsupported"); ?></a></span> +<?php print _("Packages in unsupported"); ?></a></span> </td> <td class='boxSoft'> <span class='f4'><?php print $maintainer_unsupported_count; ?></span> @@ -20,7 +20,7 @@ <tr> <td class='boxSoft'> <span class='f4'><a href="packages.php?SeB=m&outdated=on&K=<?php echo $username; ?>"> -<?php print __("Out of Date"); ?></a></span> +<?php print _("Out of Date"); ?></a></span> </td> <td class='boxSoft'> <span class='f4'> |