X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..9920ad328b7bb97ad927b9524cbe6e1b785be742:/docs/latex/wx/ttips.tex diff --git a/docs/latex/wx/ttips.tex b/docs/latex/wx/ttips.tex index 652639f961..5ccde7a4f9 100644 --- a/docs/latex/wx/ttips.tex +++ b/docs/latex/wx/ttips.tex @@ -57,7 +57,7 @@ _("This is my second tip") Now add your tips.txt file into the list of files that gettext searches for translatable strings. The tips will thus get included into your generated .po file catalog and be translated at runtime along with the rest of -your aplication's translatable strings. +your application's translatable strings. Note1: Each line in the tips.txt file needs to strictly begin with exactly the 3 characters of underscore-parenthesis-doublequote, and end with doublequote-parenthesis, as shown above.