fixed MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
on r5228 and r5229 the MUI language files were moved to a new format in a new directory during this move, the differences between the two MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO disappeared instead of having two variations depending on NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE, they were the same this commit restores the old values from the old language files from r5227 where these values are missing, a #FIXME was added git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6287 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6ba3b31b83
commit
e6ac4e6d9b
68 changed files with 63 additions and 46 deletions
|
@ -1,4 +1,4 @@
|
|||
;Language: Italian (1040)
|
||||
;Language: Italian (1040)
|
||||
;By SANFACE Software <sanface@sanface.com> v1.67 accents
|
||||
;Review and update from v1.65 to v1.67 by Alessandro Staltari < staltari (a) geocities.com >
|
||||
;Review and update from v1.67 to v1.68 by Lorenzo Bevilacqua < meow811@libero.it >
|
||||
|
@ -50,7 +50,7 @@
|
|||
!ifndef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
|
||||
${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Posizionare il puntatore del mouse sul componente per vederne la descrizione."
|
||||
!else
|
||||
${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Posizionare il puntatore del mouse sul componente per vederne la descrizione."
|
||||
${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Selezionare un componente per vederne la descrizione."
|
||||
!endif
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue