From 4cbb72c3fcf92768bf258d0e02882dac51c54084 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Apr 2013 10:11:31 +0200 Subject: [PATCH 1/1] Fix YAZ4J Description --- win/yaz.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/yaz.nsi b/win/yaz.nsi index aaa342a..48df73f 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -197,7 +197,7 @@ LangString DESC_YAZ_Runtime ${LANG_ENGLISH} "YAZ runtime files needed in order f LangString DESC_YAZ_Development ${LANG_ENGLISH} "Header files and import libraries required for developing software using YAZ." LangString DESC_YAZ_Documentation ${LANG_ENGLISH} "YAZ Users' guide and reference in HTML. Describes both YAZ applications and the API." LangString DESC_YAZ_Source ${LANG_ENGLISH} "Source code of YAZ. Required if you need to rebuild YAZ (for debugging purposes)." -LangString DESC_YAZ4J ${LANG_ENGLISH} "Source code of YAZ. Required if you need to rebuild YAZ (for debugging purposes)." +LangString DESC_YAZ4J ${LANG_ENGLISH} "Java wrapper for the ZOOM API of YAZ." ;Assign language strings to sections !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN -- 1.7.10.4