diff options
author | Zach Copley <zach@status.net> | 2010-09-17 14:32:18 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-09-17 14:32:18 -0700 |
commit | afc799ddf8ded2de063f7d6340a38c3ab3dd315e (patch) | |
tree | 7f497b02724bbfa4f861730cf1e49be8153248be /actions | |
parent | f4a1858b3327b2b0d9920d01ccae9b3e7148d3ec (diff) |
Removed periods from instructions on some admin panels for consistency
Diffstat (limited to 'actions')
-rw-r--r-- | actions/designadminpanel.php | 2 | ||||
-rw-r--r-- | actions/pathsadminpanel.php | 2 | ||||
-rw-r--r-- | actions/sessionsadminpanel.php | 2 | ||||
-rw-r--r-- | actions/useradminpanel.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/actions/designadminpanel.php b/actions/designadminpanel.php index e3d772f7d..4285f7d73 100644 --- a/actions/designadminpanel.php +++ b/actions/designadminpanel.php @@ -71,7 +71,7 @@ class DesignadminpanelAction extends AdminPanelAction function getInstructions() { - return _('Design settings for this StatusNet site.'); + return _('Design settings for this StatusNet site'); } /** diff --git a/actions/pathsadminpanel.php b/actions/pathsadminpanel.php index 7ff3c2583..0c83aa29e 100644 --- a/actions/pathsadminpanel.php +++ b/actions/pathsadminpanel.php @@ -67,7 +67,7 @@ class PathsadminpanelAction extends AdminPanelAction function getInstructions() { - return _('Path and server settings for this StatusNet site.'); + return _('Path and server settings for this StatusNet site'); } /** diff --git a/actions/sessionsadminpanel.php b/actions/sessionsadminpanel.php index 4386ef844..e9bd1719f 100644 --- a/actions/sessionsadminpanel.php +++ b/actions/sessionsadminpanel.php @@ -62,7 +62,7 @@ class SessionsadminpanelAction extends AdminPanelAction function getInstructions() { - return _('Session settings for this StatusNet site.'); + return _('Session settings for this StatusNet site'); } /** diff --git a/actions/useradminpanel.php b/actions/useradminpanel.php index 7823a370b..04e0ca3e7 100644 --- a/actions/useradminpanel.php +++ b/actions/useradminpanel.php @@ -68,7 +68,7 @@ class UseradminpanelAction extends AdminPanelAction function getInstructions() { - return _('User settings for this StatusNet site.'); + return _('User settings for this StatusNet site'); } /** |