diff --git a/framework/widgets/LinkPager.php b/framework/widgets/LinkPager.php index 8fc7cf5..e6b27d3 100644 --- a/framework/widgets/LinkPager.php +++ b/framework/widgets/LinkPager.php @@ -100,7 +100,7 @@ class LinkPager extends Widget */ public $nextPageLabel = '»'; /** - * @var string|bool the text label for the previous page button. Note that this will NOT be HTML-encoded. + * @var string|bool the text label for the "previous" page button. Note that this will NOT be HTML-encoded. * If this property is false, the "previous" page button will not be displayed. */ public $prevPageLabel = '«';