diff --git a/doc/hacking.txt b/doc/hacking.txt index 7eb7ee891..cf31e0044 100644 --- a/doc/hacking.txt +++ b/doc/hacking.txt @@ -682,7 +682,7 @@ which is why everybody concerned with ELinks develepment should use it: In 0.5 versions `--enable-debug` add some fancy things: - many data integrity checking (see `lists.h`) - hotkey debugging: especially cool for translators, it highlights redundant - hotkeys in a menu. (See also po/perl/check-accelerator-conflicts.pl.) + hotkeys in a menu. (See also po/perl/README.) - more errors messages - low bug tolerance: it will core dump on some errors instead of just writing an error description. diff --git a/po/perl/README b/po/perl/README index f4aa5c7ed..78c6743dc 100644 --- a/po/perl/README +++ b/po/perl/README @@ -2,7 +2,7 @@ PURPOSE ======= The scripts in this directory scan the PO files and search for -translations that assign the same accelerator to for multiple buttons +translations that assign the same accelerator to multiple buttons in a dialog box or to multiple items in a menu. In addition to this static checking, ELinks can also detect