Skip to content

Commit

Permalink
add localization for twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Jul 19, 2010
1 parent 2f9da86 commit a8785b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ShareKit/Sharers/Services/Twitter/SHKTwitter.m
Expand Up @@ -115,7 +115,7 @@ - (void)promptAuthorization

+ (NSString *)authorizationFormCaption
{
return @"Create a free account at Twitter.com";
return SKLocalizedString(@"Create a free account at Twitter.com");
}

+ (NSArray *)authorizationFormFields
Expand Down
Binary file modified ShareKit.bundle/de.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareKit.bundle/en.lproj/Localizable.strings
Binary file not shown.

0 comments on commit a8785b8

Please sign in to comment.