From: Michael Vogel <icarus@dabo.de>
Date: Mon, 12 Oct 2020 01:58:56 +0000 (+0200)
Subject: Update src/Object/Post.php
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f6bf9e51857a3bc1a343196a44b15895aaaaaa4;p=friendica.git

Update src/Object/Post.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
---

diff --git a/src/Object/Post.php b/src/Object/Post.php
index b1cef57db3..83dc0c0944 100644
--- a/src/Object/Post.php
+++ b/src/Object/Post.php
@@ -351,7 +351,7 @@ class Post
 			$buttons['like']    = [DI::l10n()->t("I like this \x28toggle\x29")      , DI::l10n()->t("like")];
 			$buttons['dislike'] = [DI::l10n()->t("I don't like this \x28toggle\x29"), DI::l10n()->t("dislike")];
 			if ($shareable) {
-				$buttons['share'] = [DI::l10n()->t('Quote and share this'), DI::l10n()->t('Quoted Share')];
+				$buttons['share'] = [DI::l10n()->t('Quote and share this'), DI::l10n()->t('Quote Share')];
 			}
 			if ($announceable) {
 				$buttons['announce'] = [DI::l10n()->t('Share this'), DI::l10n()->t('Share')];