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/pathsadminpanel.php | |
parent | f4a1858b3327b2b0d9920d01ccae9b3e7148d3ec (diff) |
Removed periods from instructions on some admin panels for consistency
Diffstat (limited to 'actions/pathsadminpanel.php')
-rw-r--r-- | actions/pathsadminpanel.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } /** |