summaryrefslogtreecommitdiffstats
path: root/lib/app.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-02-09 10:09:37 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-02-09 10:09:37 +0100
commit4a130d106c91246c046b1c924a92e674a47b7767 (patch)
tree576b512cf0f18a1f16e47e1e6ba96b07a4d3409b /lib/app.php
parent764409117a88ac0e73f81ceb71f6b96b522b6225 (diff)
downloadnextcloud-server-4a130d106c91246c046b1c924a92e674a47b7767.tar.gz
nextcloud-server-4a130d106c91246c046b1c924a92e674a47b7767.zip
I'm an evil bastard and I commit this 3 letter text fix without a pull request.
Diffstat (limited to 'lib/app.php')
-rw-r--r--lib/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php
index 901a8171ef3..bf7eeef0181 100644
--- a/lib/app.php
+++ b/lib/app.php
@@ -671,7 +671,7 @@ class OC_App{
$info['update']=false;
} else {
$info['internal']=false;
- $info['internallabel']='3rd Party App';
+ $info['internallabel']='3rd Party';
$info['internalclass']='externalapp';
$info['update']=OC_Installer::isUpdateAvailable($app);
}