gluxi-dev

changeset 139:fbb69c688b63

[project @ 140] Fix version reply spelling
author Dmitry Nezhevenko <dion@inhex.net>
date Sun, 25 Nov 2007 21:57:50 +0000
parents e6c403cb7823
children 47668427d211
files src/plugins/user/userplugin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/plugins/user/userplugin.cpp	Sun Nov 25 21:50:56 2007 +0000
     1.2 +++ b/src/plugins/user/userplugin.cpp	Sun Nov 25 21:57:50 2007 +0000
     1.3 @@ -179,7 +179,7 @@
     1.4  			QString src=bot()->JIDtoNick(QString::fromStdString(
     1.5  					s->from().full()));
     1.6  			if (!src.isEmpty())
     1.7 -				src+=" use ";
     1.8 +				src+=" uses ";
     1.9  			src+=res;
    1.10  
    1.11  			reply(req->stanza(),src);