aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-05 20:09:01 -0700
committerfriendica <info@friendica.com>2014-08-05 20:09:01 -0700
commit1f415d983081170ec707e0f72d99efc12e7cde4a (patch)
tree28c249e0f2d5f60f716296af7691b6a96e717f7f /view/theme/redbasic/php/config.php
parent8da548344be6493aeedc7d9896bc784880dff3fe (diff)
downloadvolse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.tar.gz
volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.tar.bz2
volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.zip
add en-gb and en-au ('en-us' aka 'en' is the default language now so watch out for words like colour and centralise and please use the US variants in translatable strings)
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r--view/theme/redbasic/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index b58305959..bfef8216c 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -110,7 +110,7 @@ if(feature_enabled(local_user(),'expert'))
'$nav_bd' => array('redbasic_nav_bd', t('Navigation bar border color '), $arr['nav_bd']),
'$nav_icon_colour' => array('redbasic_nav_icon_colour', t('Navigation bar icon color '), $arr['nav_icon_colour']),
'$nav_active_icon_colour' => array('redbasic_nav_active_icon_colour', t('Navigation bar active icon color '), $arr['nav_active_icon_colour']),
- '$link_colour' => array('redbasic_link_colour', t('link colour'), $arr['link_colour'], '', $link_colours),
+ '$link_colour' => array('redbasic_link_colour', t('link color'), $arr['link_colour'], '', $link_colours),
'$banner_colour' => array('redbasic_banner_colour', t('Set font-color for banner'), $arr['banner_colour']),
'$bgcolour' => array('redbasic_background_colour', t('Set the background color'), $arr['bgcolour']),
'$background_image' => array('redbasic_background_image', t('Set the background image'), $arr['background_image']),