tazusb diff README @ rev 83

tazusb: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 07 10:13:44 2011 +0200 (2011-06-07)
parents 2e5ac32b52ee
children 2700a1ca2a0e
line diff
     1.1 --- a/README	Fri Feb 19 21:31:54 2010 +0100
     1.2 +++ b/README	Tue Jun 07 10:13:44 2011 +0200
     1.3 @@ -7,17 +7,17 @@
     1.4  
     1.5  Installation
     1.6  ------------
     1.7 -To install all needed file and compile translated message, make and gettext
     1.8 +To install all needed files and compile translated messages, make and gettext
     1.9  must be installed. Running 'make install' will install everything in /usr, but
    1.10 -an other path and/or destination can be sprcified via PREFIX and DESTDIR.
    1.11 +another path and/or destination can be specified via PREFIX and DESTDIR.
    1.12  Example:
    1.13  
    1.14  	$ make DESTDIR=$PWD/_pkg install
    1.15  
    1.16  Translation
    1.17  -----------	
    1.18 -To start a new translation please use msginit from the pot file directory,
    1.19 -example for French/France locale (fr_FR):
    1.20 +To start a new translation please use msginit from the pot file directory.
    1.21 +Example for French/France locale (fr_FR):
    1.22  
    1.23  	$ msginit -l fr_FR -o fr.po -i tazusb.pot
    1.24  
    1.25 @@ -25,9 +25,9 @@
    1.26  
    1.27  	$ make msgmerge
    1.28  
    1.29 -To compile po files for testing purpose you can use 'make msgfmt' or compile
    1.30 -manualy your translation. Example for french locale, note that file must be 
    1.31 -copied into /usr/share/locale/fr/LC_MESSAGES so gettext can found it:
    1.32 +To compile po files for testing purposes you can use 'make msgfmt' or manually 
    1.33 +compile your translation. Example for french locale, note that the file must be 
    1.34 +copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
    1.35  
    1.36  	$ msgfmt -o tazusb.mo fr.po
    1.37