mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Changing 'Read It Later' in user-facing strings to 'Pocket' and updating URLs
This commit is contained in:
parent
c19713eabf
commit
f6fedcb5ea
4 changed files with 6 additions and 6 deletions
|
@ -1725,7 +1725,7 @@
|
|||
FF2D8BDC1487EFF000057B80 /* Facebook */,
|
||||
FF2D8BF31487EFF000057B80 /* Instapaper */,
|
||||
FF2D8BF61487EFF000057B80 /* Pinboard */,
|
||||
FF2D8BF91487EFF000057B80 /* Read It Later */,
|
||||
FF2D8BF91487EFF000057B80 /* Pocket */,
|
||||
FF2D8BFC1487EFF000057B80 /* Tumblr */,
|
||||
FF2D8BFF1487EFF000057B80 /* Twitter */,
|
||||
);
|
||||
|
@ -1761,7 +1761,7 @@
|
|||
path = Pinboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
FF2D8BF91487EFF000057B80 /* Read It Later */ = {
|
||||
FF2D8BF91487EFF000057B80 /* Pocket */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FF2D8BFA1487EFF000057B80 /* SHKReadItLater.h */,
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
- (NSString*)facebookLocalAppId {
|
||||
return @"";
|
||||
}
|
||||
// Read It Later - http://readitlaterlist.com/api/signup/
|
||||
// Pocket - http://getpocket.com/api/signup.php
|
||||
- (NSString*)readItLaterKey {
|
||||
return @"";
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#define SHKFacebookLocalAppID @""
|
||||
#define SHKFacebookSessionProxyURL @""
|
||||
|
||||
// Read It Later - http://readitlaterlist.com/api/?shk
|
||||
// Pocket - http://getpocket.com/api/signup.php
|
||||
#define SHKReadItLaterKey @"c23d9HbTT2a8fma098AfIr9zQTgcF0l9"
|
||||
|
||||
// Twitter - http://dev.twitter.com/apps/new
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
+ (NSString *)sharerTitle
|
||||
{
|
||||
return @"Read It Later";
|
||||
return @"Pocket";
|
||||
}
|
||||
|
||||
+ (BOOL)canShareURL
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
+ (NSString *)authorizationFormCaption
|
||||
{
|
||||
return SHKLocalizedString(@"Create a free account at %@", @"Readitlaterlist.com");
|
||||
return SHKLocalizedString(@"Create a free account at %@", @"getpocket.com");
|
||||
}
|
||||
|
||||
- (void)authorizationFormValidate:(SHKFormController *)form
|
||||
|
|
Loading…
Add table
Reference in a new issue