From 80be721d2d2014e6902710d9fc36dbbfa8728c8e Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 12 Jun 2008 18:58:41 +0000 Subject: [PATCH] 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 --- Contrib/Language files/French.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Language files/French.nsh b/Contrib/Language files/French.nsh index 752b975c..da0039e9 100644 --- a/Contrib/Language files/French.nsh +++ b/Contrib/Language files/French.nsh @@ -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