Changeset 268


Ignore:
Timestamp:
01/02/11 03:06:20 (13 years ago)
Author:
nanardon
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Chat/Cmd.pm

    r267 r268  
    249249            return $c->stash->{xmlrpc} = { 
    250250                message => [  
    251                     "The rpm named `$args[0]' has not been found but found in " . $else 
     251                    "There is no rpm named `$args[0]', but the word matches in " . $else 
    252252                ], 
    253253            } 
     
    523523            return $c->stash->{xmlrpc} = { 
    524524                message => [  
    525                     "The rpm named `$args[0]' has not been found but found in " . $else 
     525                    "There is no rpm named `$args[0]', but the word matches in " . $else 
    526526                ], 
    527527            } 
     
    573573            return $c->stash->{xmlrpc} = { 
    574574                message => [  
    575                     "The rpm named `$args[0]' has not been found but found in " . $else 
     575                    "There is no rpm named `$args[0]', but the word matches in " . $else 
    576576                ], 
    577577            } 
     
    618618            return $c->stash->{xmlrpc} = { 
    619619                message => [  
    620                     "The rpm named `$args[0]' has not been found but found in " . $else 
     620                    "There is no rpm named `$args[0]', but the word matches in " . $else 
    621621                ], 
    622622            } 
     
    757757            return $c->stash->{xmlrpc} = { 
    758758                message => [  
    759                     "The rpm named `$args[0]' has not been found but found in " . $else 
     759                    "There is no rpm named `$args[0]', but the word matches in " . $else 
    760760                ], 
    761761            } 
Note: See TracChangeset for help on using the changeset viewer.