]> source.dussan.org Git - nextcloud-server.git/commitdiff
I'm an evil bastard and I commit this 3 letter text fix without a pull request.
authorFrank Karlitschek <frank@owncloud.org>
Sat, 9 Feb 2013 09:09:37 +0000 (10:09 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Sat, 9 Feb 2013 09:09:37 +0000 (10:09 +0100)
lib/app.php
settings/ajax/apps/ocs.php

index 901a8171ef34c545fb0ebb44030ff55d3647d8b1..bf7eeef01813b86b9e37acb7422d55235fe55fbf 100644 (file)
@@ -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);
                                }
index 9bf3ccc34d2cb5bdcd30548a3c03d9f032edc851..9c5adfcfef95080ff0250d7e2aa2af4acb18aab8 100644 (file)
@@ -45,7 +45,7 @@ if(is_array($categoryNames)) {
                                $pre=$app['preview'];
                        }
                        if($app['label']=='recommended') {
-                               $label='3rd Party App';
+                               $label='3rd Party';
                        } else {
                                $label='Recommended';
                        }