diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-29 17:10:00 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-29 17:10:00 +0000 |
commit | 90825d08ea8c6af10aadc2067cf8fbf125c8a29f (patch) | |
tree | 4526c7594bd9ce3d9d4f0c47ae5af406fc7e75b1 /language/en_UK/admin.lang.php | |
parent | 920f8b443a300d2d2fa429b8188efec10314dd97 (diff) |
feature:2284
Rename $conf['image_library'] into $conf['graphics_library']
Display library used in admin intro page.
git-svn-id: http://piwigo.org/svn/trunk@10684 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 842b29c33..f83f26902 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -830,4 +830,5 @@ $lang['Width'] = 'Width'; $lang['Height'] = 'Height'; $lang['Follow Orientation'] = 'Follow Orientation'; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'; +$lang['Graphics Library'] = 'Graphics Library'; ?>
\ No newline at end of file |