forked from organicmaps/organicmaps
[ios] Added dot at the end of viral sharing title.
This commit is contained in:
parent
7e9de160b7
commit
fb9e83d915
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
if ([activityType isEqualToString:UIActivityTypePostToTwitter] || [activityType isEqualToString:UIActivityTypeMail])
|
||||
return [NSString stringWithFormat:@"%@ %@", L(@"whatsnew_editor_message_1"), mapsmeURL];
|
||||
|
||||
return [NSString stringWithFormat:@"%@\n%@\n%@", L(@"editor_sharing_title"), L(@"whatsnew_editor_message_1"), mapsmeURL];
|
||||
return [NSString stringWithFormat:@"%@.\n%@\n%@", L(@"editor_sharing_title"), L(@"whatsnew_editor_message_1"), mapsmeURL];
|
||||
}
|
||||
|
||||
- (NSString *)activityViewController:(UIActivityViewController *)activityViewController
|
||||
|
|
Loading…
Add table
Reference in a new issue