diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-17 11:42:26 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-17 11:42:26 +0000 |
| commit | c900fa73d82521763e2a4f0c36d43a0cf6fcedde (patch) | |
| tree | e0e33f8d68ab2677b7dd5437fa45f30354a3fb59 | |
| parent | f865eef3ff8dd0cc661a70c31371ec1d03318ff8 (diff) | |
| download | webtrees-c900fa73d82521763e2a4f0c36d43a0cf6fcedde.tar.gz webtrees-c900fa73d82521763e2a4f0c36d43a0cf6fcedde.tar.bz2 webtrees-c900fa73d82521763e2a4f0c36d43a0cf6fcedde.zip | |
Fix spelling problem on plastic
| -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 e43827e77a..6f871daac7 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'), ); |
