diff options
author | redmatrix <git@macgirvin.com> | 2016-02-05 13:32:15 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-05 13:32:15 -0800 |
commit | 7868e476435b7d8d4530dea19686fdae04d5eb68 (patch) | |
tree | a85077184cc679e6048a33d571f22e4cce6a195a /mod/settings.php | |
parent | b4e3cd000f9919ce459d32e21e5ca121338a6c24 (diff) | |
download | volse-hubzilla-7868e476435b7d8d4530dea19686fdae04d5eb68.tar.gz volse-hubzilla-7868e476435b7d8d4530dea19686fdae04d5eb68.tar.bz2 volse-hubzilla-7868e476435b7d8d4530dea19686fdae04d5eb68.zip |
more uno groundwork
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index c1a4b019d..eea3d9995 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -600,7 +600,7 @@ function settings_content(&$a) { local_channel()); if (!count($r)){ - notice(t("You can't edit this application.")); + notice(t('Application not found.')); return; } $app = $r[0]; |