fixed bug #1967032: French.nsh : fix on MUI_UNTEXT_FINISH_INFO_REBOOT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5645 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b93a2ef8f3
commit
80be721d2d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
!ifdef MUI_UNFINISHPAGE
|
||||
${LangFileString} MUI_UNTEXT_FINISH_INFO_TITLE "Fin de la désinstallation de $(^NameDA)"
|
||||
${LangFileString} MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA) a été supprimé de votre ordinateur.$\r$\n$\r$\nCliquez sur Fermer pour quitter le programme d'installation."
|
||||
${LangFileString} MUI_UNTEXT_FINISH_INFO_REBOOT "Votre ordinateur doit être redémarré pour terminer l'installation de $(^NameDA). Souhaitez-vous redémarrer maintenant ?"
|
||||
${LangFileString} MUI_UNTEXT_FINISH_INFO_REBOOT "Votre ordinateur doit être redémarré pour terminer la désinstallation de $(^NameDA). Souhaitez-vous redémarrer maintenant ?"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_FINISHPAGE | MUI_UNFINISHPAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue