diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-05 11:25:07 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-05 11:25:07 +0000 |
| commit | 536510efa64f71aa45cbf449ae93d087c8f396ab (patch) | |
| tree | 3ae0d1b2f97109888c9ffc6e8b240be797eb344b /themes/colors/theme.php | |
| parent | 67cf62c4dbee7ad3eaaea858c813f61c50729615 (diff) | |
| download | webtrees-536510efa64f71aa45cbf449ae93d087c8f396ab.tar.gz webtrees-536510efa64f71aa45cbf449ae93d087c8f396ab.tar.bz2 webtrees-536510efa64f71aa45cbf449ae93d087c8f396ab.zip | |
English spelling error
Diffstat (limited to 'themes/colors/theme.php')
| -rw-r--r-- | themes/colors/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php index 8520f2ed09..b7320df8b7 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -65,7 +65,7 @@ $COLOR_THEME_LIST=array( 'mercury' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Mercury'), 'nocturnal' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Nocturnal'), 'olivia' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Olivia'), - 'pinkplastic' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Pink Plstic'), + 'pinkplastic' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Pink Plastic'), 'shinytomato' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Shiny Tomato'), 'tealtop' => /* I18N: This is the name of theme color-scheme */ i18n::translate('Teal Top'), ); |
