lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev HTConfirm() and gettext


From: Leonid Pauzner
Subject: lynx-dev HTConfirm() and gettext
Date: Tue, 16 Mar 1999 02:15:26 +0300 (MSK)

CHANGES dev17->dev18:

+* remove redundant "(y/n)" substrings from LYMessages_en.h - LV


Apparently, not all such strings covered by getext'ed HTConfirm().
The exceptions found below - they are from LYMainLoop.c and LYUtils.c,
just FYI.


Index: LYMessages_en.h
--- 2.8.2dev.17/LYMessages_en.h Wed Feb 17 07:29:33 1999
+++ 2.8.2dev.18/LYMessages_en.h Thu Mar  4 03:39:45 1999

 #define CONFIRM_BOOKMARK_DELETE \
- gettext("Do you really want to delete this link from your bookmark file? 
(y/n)")
+ gettext("Do you really want to delete this link from your bookmark file?")
 #define MALFORMED_ADDRESS gettext("Malformed address.")
 #define HISTORICAL_ON_MINIMAL_OFF \

 #define CONFIRM_MAIN_SCREEN \
- gettext("Do you really want to go to the Main screen? (y/n) [n] ")
+ gettext("Do you really want to go to the Main screen? [n] ")
 #define IN_MAIN_SCREEN gettext("You are already at main screen!")
 #define NOT_ISINDEX \

 #ifdef VMS
-#define FILE_EXISTS_HPROMPT gettext("File exists.  Create higher version? 
(y/n)")
+#define FILE_EXISTS_HPROMPT gettext("File exists.  Create higher version?")
 #else
-#define FILE_EXISTS_OPROMPT gettext("File exists.  Overwrite? (y/n)")
+#define FILE_EXISTS_OPROMPT gettext("File exists.  Overwrite?")
 #endif /* VMS */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]