Re: Welcome message in kmail
Andrea Celli <[email protected]>
| Newsgroups | gmane.linux.mandrake.cooker.internationalization |
|---|---|
| Message-ID | <[email protected]> |
2010/3/7 Dimitrios Glentadakis <[email protected]>: > When i opend kmail i see a welcome message from > Mandriva <welcome-4qZELD6FgxhWk0Htik3J/[email protected]> > > It has some typo in my localisation, where can i found this file to fix them ? > > > Dimitris > If you have a copy of SNV repository, you could try something like: for dir in `ls -d SVN-Mandriva`; do msggrep -T wrong-message $dir/your-lang.po ; done I didn't test this script, then i can't ensure it will work at first attempt ;-) Andrea