mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
speedo,w32: Fix a nsi translation
* speedo/w32/inst.nsi: Remove superflous brace. -- This caused a warning and that the translation was not applied.
This commit is contained in:
parent
26ee947dfd
commit
ed0d61df58
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ LangString T_About ${LANG_GERMAN} "${ABOUT_GERMAN}"
|
|||
LangString T_GPLHeader ${LANG_ENGLISH} \
|
||||
"This software is licensed under the terms of the GNU General Public \
|
||||
License (GNU GPL)."
|
||||
LangString T_GPLHeader ${LANG_GERMAN}} \
|
||||
LangString T_GPLHeader ${LANG_GERMAN} \
|
||||
"Diese Software ist unter der GNU General Public License \
|
||||
(GNU GPL) lizensiert."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue