Jeremy Newman : fix missing comma

Jeremy Newman jnewman at winehq.org
Fri Mar 2 15:12:34 CST 2012


Module: website
Branch: master
Commit: abc3da57658edbc689b02cb9600598e6a0c3a799
URL:    http://source.winehq.org/git/website.git/?a=commit;h=abc3da57658edbc689b02cb9600598e6a0c3a799

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Mar  2 15:12:08 2012 -0600

fix missing comma

---

 include/data.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/data.php b/include/data.php
index a16e1b7..d5805fe 100644
--- a/include/data.php
+++ b/include/data.php
@@ -55,8 +55,8 @@ class data
                                  'pt' => array(
                                                'name'   => 'Português',
                                                'change' => 'Mudar a língua'
-                                              )
-                                 'pt' => array(
+                                              ),
+                                 'tr' => array(
                                                'name'   => 'Türkçe',
                                                'change' => 'Lisan Değiştir'
                                               )




More information about the wine-cvs mailing list