X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FAutocomplete%2Fautocomplete.php;h=0bb1b783dbc6b9fa51c753d721ca9e9c6c470dc0;hb=0cca861ea7b029cfa8e247e225981158fef831c0;hp=e15e95ec19abd2c7da8c27362497593701b1dbe9;hpb=90c7ff1983a51b0883532be81be1afdd9d02a24c;p=quix0rs-gnu-social.git diff --git a/plugins/Autocomplete/autocomplete.php b/plugins/Autocomplete/autocomplete.php index e15e95ec19..0bb1b783db 100644 --- a/plugins/Autocomplete/autocomplete.php +++ b/plugins/Autocomplete/autocomplete.php @@ -94,7 +94,8 @@ class AutocompleteAction extends Action $cur = common_current_user(); if (!$cur) { - throw new ClientException('Access forbidden', true); + // TRANS: Client exception in autocomplete plugin. + throw new ClientException(_m('Access forbidden.'), true); } $this->groups=array(); $this->users=array();