Fixed whitespace in Preferences page between 'Timezone' and colon

This commit is contained in:
Daniel James 2013-01-07 11:41:29 +00:00
parent a2c1b9c699
commit 771b9b9412
3 changed files with 4 additions and 4 deletions

View file

@ -455,7 +455,7 @@ class Application_Model_Preference
{
return self::getValue("locale");
}
public static function GetCurrentUserLocale($id)
{
return self::getValue("user_".$id."_locale", true);