From d2b351d70c68d3cdc031cf1e7b8fcabf4e1066f4 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 13 Sep 2003 22:49:14 +0000 Subject: [PATCH] typos git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5718 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/plugin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/plugin.txt b/doc/plugin.txt index 0e93cfb4..42da7736 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -1044,11 +1044,11 @@ files. After you're done translating, you can create the .mo file very simply by running the following command (available on most linux systems): - msgfmt -0 .mo .po + msgfmt -o .mo .po In the case of the "demo" plugin: - msgfmt -0 demo.mo demo.po + msgfmt -o demo.mo demo.po Please be sure that the .po and .mo files both are named exactly the same as the domain you bound in step 2 above and everything else works @@ -1077,7 +1077,7 @@ Small setup.php In order for SquirrelMail to remain fast and lean, we are now asking that all plugin authors remove all unnecessary functionality from setup.php -and refactoring it into another file. There are a few ways to accomplish +and refactor it into another file. There are a few ways to accomplish this, none of which are difficult. At a minimum, you'll want to have the squirrelmail_plugin_init_() function in setup.php, and naturally, you'll need functions that are merely stubs for each hook that you are using. -- 2.25.1