[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2767: It looks like we had been using the wrong Czech word for the (vidalia/trunk/src/vidalia)



Author: edmanm
Date: 2008-06-19 18:36:52 -0400 (Thu, 19 Jun 2008)
New Revision: 2767

Modified:
   vidalia/trunk/src/vidalia/languagesupport.cpp
Log:
It looks like we had been using the wrong Czech word for the Czech language.


Modified: vidalia/trunk/src/vidalia/languagesupport.cpp
===================================================================
--- vidalia/trunk/src/vidalia/languagesupport.cpp	2008-06-19 14:44:17 UTC (rev 2766)
+++ vidalia/trunk/src/vidalia/languagesupport.cpp	2008-06-19 22:36:52 UTC (rev 2767)
@@ -35,7 +35,7 @@
       QString::fromUtf8("\320\221\321\212\320\273\320\263\320"
                         "\260\321\200\321\201\320\272\320\270"));
     languages.insert("cs",    
-      QString::fromUtf8("\304\215esky"));
+      QString::fromUtf8("\304\215e\305\241tina"));
     languages.insert("de",    "Deutsch");
     languages.insert("es",    
       QString::fromUtf8("espa\303\261ol"));