diff options
-rw-r--r-- | actions/login.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index 9fcf740eb..2a94110b2 100644 --- a/actions/login.php +++ b/actions/login.php @@ -2,7 +2,7 @@ /** * Laconica, the distributed open-source microblogging tool * - * List of replies + * Login form * * PHP version 5 * @@ -32,7 +32,7 @@ if (!defined('LACONICA')) { } /** - * List of replies + * Login form * * @category Personal * @package Laconica |