From 4a130d106c91246c046b1c924a92e674a47b7767 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Sat, 9 Feb 2013 10:09:37 +0100
Subject: [PATCH] I'm an evil bastard and I commit this 3 letter text fix
 without a pull request.

---
 lib/app.php                | 2 +-
 settings/ajax/apps/ocs.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/app.php b/lib/app.php
index 901a8171ef..bf7eeef018 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);
 				}
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php
index 9bf3ccc34d..9c5adfcfef 100644
--- a/settings/ajax/apps/ocs.php
+++ b/settings/ajax/apps/ocs.php
@@ -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';
 			}
-- 
GitLab