diff options
-rw-r--r-- | templates/show_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index 4117c128..b9ad0ea8 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -45,7 +45,7 @@ </tr> <tr> <td> - <?php echo _("View Limit"); ?>: + <?php echo _("Results Per Page"); ?>: </td> <td> <input type="text" name="offset_limit" size="5" value="<?php echo $this_user->offset_limit; ?>" /> |