Fix translation.

Update version in nsis script.
This commit is contained in:
codestation
2014-05-03 08:54:09 -04:30
parent d3c3641080
commit bc88e1404b
2 changed files with 5 additions and 6 deletions

View File

@@ -289,7 +289,7 @@
<message>
<location filename="../../src/forms/configwidget.ui" line="296"/>
<source>SQLite</source>
<translation type="unfinished"></translation>
<translation>SQLite</translation>
</message>
<message>
<location filename="../../src/forms/configwidget.ui" line="306"/>
@@ -418,7 +418,7 @@
<message>
<location filename="../../src/gui/mainwidget.cpp" line="203"/>
<source>Copyright (C) 2014 Codestation</source>
<translation type="unfinished">Copyright (C) 2013 Codestation {2014 ?}</translation>
<translation>Copyright (C) 2014 Codestation</translation>
</message>
<message>
<location filename="../../src/gui/mainwidget.cpp" line="205"/>
@@ -426,11 +426,10 @@
build hash: %1
build branch: %2</source>
<translation type="unfinished">Copyright (C) 2013 Codestation
<translation>Copyright (C) 2014 Codestation
Hash de compilación: %1
Rama de compilación: %2 {2014 ?} {1
?}</translation>
Rama de compilación: %2</translation>
</message>
<message>
<source>Copyright (C) 2013 Codestation</source>

View File

@@ -10,7 +10,7 @@
!define PRODUCT_EXE_NAME "qcma.exe"
!define PRODUCT_VERSION_MAJOR 0
!define PRODUCT_VERSION_MINOR 3
!define PRODUCT_VERSION_BUILD 0
!define PRODUCT_VERSION_BUILD 1
!define PRODUCT_PUBLISHER "codestation"
!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"
!define HELPURL "https://github.com/xiannox/qcma/wiki"