diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-29 15:37:13 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-29 15:37:13 -0700 |
commit | a23b612ae976258a7bbbb61c7cef12f1b3c64076 (patch) | |
tree | 87d0ece9fad153ea396b26cf0057736923c228b4 /lib | |
parent | 135927e42a36e2accce557419f8c7d9cb8b999c0 (diff) |
Small comment change (default is for both users an groups)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/designsettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/designsettings.php b/lib/designsettings.php index 0b5a76b91..476621c07 100644 --- a/lib/designsettings.php +++ b/lib/designsettings.php @@ -317,7 +317,7 @@ class DesignSettingsAction extends AccountSettingsAction } /** - * Get a default user design + * Get a default design * * @return Design design */ |