I'm an evil bastard and I commit this 3 letter text fix without a pull request.

This commit is contained in:
Frank Karlitschek 2013-02-09 10:09:37 +01:00
parent 764409117a
commit 4a130d106c
2 changed files with 2 additions and 2 deletions

View 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);
}

View 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';
}