summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-23 14:39:44 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-23 14:39:44 +0000
commitc3f5e385a887d77b974a8dee27b2373efdb6b675 (patch)
treed309543475506a22c292541c24763cc6fa9f6785 /edit.php
parentcde7bd31e2ce90c2d16ca0b87f16b9d34f0a4bc9 (diff)
downloadfisheye-c3f5e385a887d77b974a8dee27b2373efdb6b675.tar.gz
fisheye-c3f5e385a887d77b974a8dee27b2373efdb6b675.tar.bz2
fisheye-c3f5e385a887d77b974a8dee27b2373efdb6b675.zip
merge recent changes into HEAD
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/edit.php b/edit.php
index 2a2f1af..caf923f 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.6 2005/08/24 20:50:17 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.7 2005/10/23 14:39:44 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -27,10 +27,10 @@ if (empty($_REQUEST['gallery_id'])) {
if( $gBitUser->hasPermission( 'bit_p_change_thumbnail_size' ) ) {
$thumbnailSizes = array(
- 'xsmall' => 'Avatar (100x75)',
- 'small' => 'Small (160x120)',
- 'medium' => 'Medium (400x300)',
- 'large' => 'Large (800x600)',
+ 'avatar' => tra( 'Avatar (100x75 pixels)' ),
+ 'small' => tra( 'Small (160x120 pixels)' ),
+ 'medium' => tra( 'Medium (400x300 pixels)' ),
+ 'large' => tra( 'Large (800x600 pixels)' ),
);
$gBitSmarty->assign( 'thumbnailSizes', $thumbnailSizes );
}