summaryrefslogtreecommitdiff
path: root/themes/colors/theme.php
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-04-17 11:42:26 +0000
committerRob Peters <makitso@gmail.com>2010-04-17 11:42:26 +0000
commitc900fa73d82521763e2a4f0c36d43a0cf6fcedde (patch)
treee0e33f8d68ab2677b7dd5437fa45f30354a3fb59 /themes/colors/theme.php
parentf865eef3ff8dd0cc661a70c31371ec1d03318ff8 (diff)
downloadwebtrees-c900fa73d82521763e2a4f0c36d43a0cf6fcedde.tar.gz
webtrees-c900fa73d82521763e2a4f0c36d43a0cf6fcedde.tar.bz2
webtrees-c900fa73d82521763e2a4f0c36d43a0cf6fcedde.zip
Fix spelling problem on plastic
Diffstat (limited to 'themes/colors/theme.php')
-rw-r--r--themes/colors/theme.php2
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'),
);