tag -> list

This commit is contained in:
Siebrand Mazeland
2011-08-20 20:30:37 +02:00
parent 20f25912d4
commit 1fa689e913
5 changed files with 20 additions and 20 deletions

View File

@@ -181,13 +181,13 @@ class SalmonAction extends Action
function handleTag()
{
// TRANS: Client exception.
throw new ClientException(_m('This target does not understand tag events.'));
throw new ClientException(_m('This target does not understand list events.'));
}
function handleUntag()
{
// TRANS: Client exception.
throw new ClientException(_m('This target does not understand untag events.'));
throw new ClientException(_m('This target does not understand unlist events.'));
}
/**