[dia: 1/2] Fix a split sentence.



commit 0b5e44bf809dceea306ba9712c1efb50d4dd9fb8
Author: Sabri Ünal <libreajans gmail com>
Date:   Tue Oct 22 20:02:21 2019 +0000

    Fix a split sentence.

 installer/win32/gennsh.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/installer/win32/gennsh.c b/installer/win32/gennsh.c
index fa48d16b..9d73fdf8 100755
--- a/installer/win32/gennsh.c
+++ b/installer/win32/gennsh.c
@@ -79,9 +79,9 @@ int main(int argc, char *argv[])
        _("Dia user settings will not be affected."));
 
   /* Installer message: DIA_PROMPT_DIR_EXISTS line 1 */
-  printf("!define DIA_PROMPT_DIR_EXISTS \"%s$\\r%s\"\n", _("The installation directory you specified already 
exists. Any contents"),
+  printf("!define DIA_PROMPT_DIR_EXISTS \"%s$\\r%s\"\n", _("The installation directory you specified already 
exists."),
        /* Installer message: DIA_PROMP_DIR_EXISTS line 2 */
-       _("will be deleted. Would you like to continue?"));
+       _("Any contents will be deleted. Would you like to continue?"));
 
   /* Installer message: registry entries not found line 1 */
   printf("!define un.DIA_UNINSTALL_ERROR_1 \"%s$\\r%s\"\n", _("The uninstaller could not find registry 
entries for Dia."),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]