From 655e6650051a9c08675d15e05ac3b7d9be98e714 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Wed, 18 Apr 2018 15:28:32 +0800
Subject: [PATCH] 添加V3.6.7

---
 frameworks/TwitterKit.framework/TwitterKitResources.bundle/en.lproj/Localizable.strings |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/frameworks/TwitterKit.framework/TwitterKitResources.bundle/en.lproj/Localizable.strings b/frameworks/TwitterKit.framework/TwitterKitResources.bundle/en.lproj/Localizable.strings
index c7ea371..463da73 100644
--- a/frameworks/TwitterKit.framework/TwitterKitResources.bundle/en.lproj/Localizable.strings
+++ b/frameworks/TwitterKit.framework/TwitterKitResources.bundle/en.lproj/Localizable.strings
@@ -86,7 +86,7 @@
 /* Shared composer */
 
 /* "Cancel" */
-"TSEUI_CANCEL_ACTION_LABEL" = "Cancel";
+"CANCEL_ACTION_LABEL" = "Cancel";
 /* "Tweet not sent" */
 "COMPOSITION_SEND_TWEET_ERROR_LABEL" = "Tweet not sent";
 /* Please go to iOS Settings > Privacy > Location Services to allow Twitter to access your location. */
@@ -117,7 +117,10 @@
 "SHARE_EXT_TWEET_FAILED_TITLE" = "Tweet failed to send.";
 /* "Twitter" */
 "SHARE_EXT_TWITTER_TITLE" = "Twitter";
-
+/* "What's Happening?" - Placeholder */
+"COMPOSE_TEXT_VIEW_PLACEHOLDER" = "What's Happening?";
+/* There are no Twitter accounts configured. You can create or log in to an account in the Twitter app. */
+"SHARE_EXT_NO_ACCOUNTS_SIGN_IN_MESSAGE" = "There are no Twitter accounts configured. You can create or log in to an account in the Twitter app.";
 
 /* Test String (just for unit tests) */
 "tw__test_string" = "Test";

--
Gitblit v1.8.0