diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
| commit | 215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch) | |
| tree | 398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/acp/styles.php | |
| parent | 08e708f76b9924133dc196d736adac4b0e992707 (diff) | |
| download | forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.gz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.bz2 forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.xz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.zip | |
- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193]
git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
| -rw-r--r-- | phpBB/language/en/acp/styles.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 8e1eae331c..f25b04c108 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -77,8 +77,6 @@ $lang = array_merge($lang, array( 'EDIT_TEMPLATE_STORED_DB' => 'The template file was unwritable so the template set is now stored in the database containing the modified file.', 'EXPORT' => 'Export', - 'FROM' => 'from', // "Create new style .... from ..." - 'IMAGE_CONFIGURATION' => 'Image configuration', 'IMAGE_WIDTH' => 'Image width', 'IMAGE_HEIGHT' => 'Image height', @@ -231,7 +229,7 @@ $lang = array_merge($lang, array( 'IMAGE' => 'Image', 'CURRENT_IMAGE' => 'Current Image', 'SELECTED_IMAGE' => 'Selected Image', - 'DIMENSIONS' => 'Include dimensions', + 'INCLUDE_DIMENSIONS' => 'Include dimensions', 'DIMENSIONS_EXPLAIN' => 'Selecting yes here will include width/height parameters.', 'IMAGE_PARAMETER' => 'Parameter', 'IMAGE_VALUE' => 'Value', |
