summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-13 03:36:48 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-13 03:36:48 +0000
commit3836a33d1c210a806c13f9bb172724394fb3fd80 (patch)
tree1e765aa4ee2e03f561ddcf0811b63fb3a316f5cb /templates
parent62976c2cc8096eb6071127587e12262b3297976a (diff)
downloadampache-3836a33d1c210a806c13f9bb172724394fb3fd80.tar.gz
ampache-3836a33d1c210a806c13f9bb172724394fb3fd80.tar.bz2
ampache-3836a33d1c210a806c13f9bb172724394fb3fd80.zip
renamed option so it makes a little more sense to users
Diffstat (limited to 'templates')
-rw-r--r--templates/show_user.inc.php2
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; ?>" />