]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Merge pull request #3481 from Hypolite/issue/#3480
[friendica.git] / include / text.php
index afb2cf33dc06f491ab10a9fd6379689fd57bd913..c9babba940f8f06e31770f638407bb5a3839b169 100644 (file)
@@ -1,12 +1,13 @@
 <?php
 
+use Friendica\App;
+
 require_once("include/template_processor.php");
 require_once("include/friendica_smarty.php");
 require_once("include/Smilies.php");
 require_once("include/map.php");
 require_once("mod/proxy.php");
 
-
 if(! function_exists('replace_macros')) {
 /**
  * This is our template processor
@@ -1180,7 +1181,6 @@ function get_mood_verbs() {
                'motivated'  => t('motivated'),
                'relaxed'    => t('relaxed'),
                'surprised'  => t('surprised'),
-               'incapable'  => t('incapable of producing a suitable verb to suit this situation, despite being famed for the legendary range of additonal verbs he previously added to morechoice, morepoke, and moremoods.  That\'s right, the worlds most famous verb-smith is out of verbs.'),
        );
 
        call_hooks('mood_verbs', $arr);