# HG changeset patch # User Richard Laager # Date 1129979891 0 # Node ID bee192436fa6ece5761e4fd790c8a9f912cebb4e # Parent 61c6ef28a6faae3d9a0dc39f63b52b2c5ac71ca2 [gaim-migrate @ 14003] SF Bug #1334820 'In Dutch "wel" is a native word, but when I'm typing in Dutch every "wel" gets replaced with "we'll", which seems pretty dump for other users. At first I thought the spelling error was my fault, because of typing too much in English but after experimenting a bit I noticed the Tools / Preferences / Plugins / Text replacement option.' I have no problems removing this. Even in English, there is no "best" way of replacing "wel". (i.e. Should it be "well" or "we'll"?) committer: Tailor Script diff -r 61c6ef28a6fa -r bee192436fa6 plugins/spellchk.c --- a/plugins/spellchk.c Sat Oct 22 01:24:51 2005 +0000 +++ b/plugins/spellchk.c Sat Oct 22 11:18:11 2005 +0000 @@ -1564,7 +1564,6 @@ "BAD watn\nGOOD want\n" "COMPLETE 0\nBAD we;d \nGOOD we'd \n" "BAD wednesday\nGOOD Wednesday\n" - "BAD wel\nGOOD we'll\n" "BAD wehn\nGOOD when\n" "COMPLETE 0\nBAD we'l \nGOOD we'll \n" "COMPLETE 0\nBAD we;ll \nGOOD we'll \n"