X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublic.php;h=5fc547feaf632613a04d11a647c51b5afdd49588;hb=00e129b01343e37dbd662b95f423e731b0867023;hp=8e9db10cafc421562ecb440440893299a965629b;hpb=5c6c9b6f5f40b50570505a366a858e83db9bb2ec;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index 8e9db10caf..5fc547feaf 100644 --- a/actions/public.php +++ b/actions/public.php @@ -80,7 +80,7 @@ class PublicAction extends Action $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; if ($this->page > MAX_PUBLIC_PAGE) { - $this->clientError(sprintf(_("Beyond the page limit (%s)"), MAX_PUBLIC_PAGE)); + $this->clientError(sprintf(_("Beyond the page limit (%s)."), MAX_PUBLIC_PAGE)); } common_set_returnto($this->selfUrl());