[Gpg4win-commits] r1270 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 19 12:21:19 CEST 2009


Author: marcus
Date: 2009-08-19 12:21:17 +0200 (Wed, 19 Aug 2009)
New Revision: 1270

Modified:
   trunk/ChangeLog
   trunk/src/inst-gpgex.nsi
Log:
2009-08-19  Marcus Brinkmann  <marcus at g10code.com>

	* src/inst-gpgex.nsi: Fix arabic and russian translation.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-08-19 10:02:47 UTC (rev 1269)
+++ trunk/ChangeLog	2009-08-19 10:21:17 UTC (rev 1270)
@@ -1,3 +1,7 @@
+2009-08-19  Marcus Brinkmann  <marcus at g10code.com>
+
+	* src/inst-gpgex.nsi: Fix arabic and russian translation.
+
 2009-08-07  Werner Koch  <wk at g10code.com>
 
 	Release 2.0.0.

Modified: trunk/src/inst-gpgex.nsi
===================================================================
--- trunk/src/inst-gpgex.nsi	2009-08-19 10:02:47 UTC (rev 1269)
+++ trunk/src/inst-gpgex.nsi	2009-08-19 10:21:17 UTC (rev 1270)
@@ -63,11 +63,11 @@
   SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
   File ${prefix}/share/locale/de/LC_MESSAGES/gpgex.mo
   SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
-  File ${prefix}/share/locale/es/LC_MESSAGES/gpgex.mo
+  File ${prefix}/share/locale/ar/LC_MESSAGES/gpgex.mo
   SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
   File ${prefix}/share/locale/es/LC_MESSAGES/gpgex.mo
   SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  File ${prefix}/share/locale/es/LC_MESSAGES/gpgex.mo
+  File ${prefix}/share/locale/ru/LC_MESSAGES/gpgex.mo
 
   SetOutPath "$INSTDIR\share\doc\gpgex"
   File ${prefix}/share/doc/gpgex/gpgex-en.html



More information about the Gpg4win-commits mailing list