aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-05 13:32:15 -0800
committerredmatrix <git@macgirvin.com>2016-02-05 13:32:15 -0800
commit7868e476435b7d8d4530dea19686fdae04d5eb68 (patch)
treea85077184cc679e6048a33d571f22e4cce6a195a /mod/settings.php
parentb4e3cd000f9919ce459d32e21e5ca121338a6c24 (diff)
downloadvolse-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.php2
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];