diff options
author | dchill42 <dchill42@gmail.com> | 2012-08-27 17:57:31 +0200 |
---|---|---|
committer | dchill42 <dchill42@gmail.com> | 2012-08-27 17:57:31 +0200 |
commit | 62ece3359211482dc5671b9521454608ad226840 (patch) | |
tree | d80aac29baaad6e9b51e865dc3ab7367c40077d4 /application/config/user_agents.php | |
parent | aee9265602c3bb30a1f7f3dfd562b9b36cc612a4 (diff) | |
parent | 2d5c209943ef1e2644504e8d5cb32d3d66b45632 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r-- | application/config/user_agents.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 9befddc99..78e4c8c7d 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -157,10 +157,10 @@ $mobiles = array( 'spv' => 'SPV', 'zte' => 'ZTE', 'sendo' => 'Sendo', - 'dsi' => 'Nintendo DSi', - 'ds' => 'Nintendo DS', + 'nintendo dsi' => 'Nintendo DSi', + 'nintendo ds' => 'Nintendo DS', + 'nintendo 3ds' => 'Nintendo 3DS', 'wii' => 'Nintendo Wii', - '3ds' => 'Nintendo 3DS', 'open web' => 'Open Web', 'openweb' => 'OpenWeb', |