mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Change double-spaces after sentence ends to single space. Change pluralization for URL to URLs.
This commit is contained in:
parent
b504c88948
commit
d8f9cf59dd
@ -16,7 +16,7 @@ extension RedditFeedProvider: ExtensionPoint {
|
|||||||
static var title = NSLocalizedString("Reddit", comment: "Reddit")
|
static var title = NSLocalizedString("Reddit", comment: "Reddit")
|
||||||
static var image = AppAssets.extensionPointReddit
|
static var image = AppAssets.extensionPointReddit
|
||||||
static var description: NSAttributedString = {
|
static var description: NSAttributedString = {
|
||||||
return RedditFeedProvider.makeAttrString("This extension enables you to subscribe to Reddit URL's as if they were RSS feeds. It only works with \(Account.defaultLocalAccountName) or iCloud accounts.")
|
return RedditFeedProvider.makeAttrString("This extension enables you to subscribe to Reddit URLs as if they were RSS feeds. It only works with \(Account.defaultLocalAccountName) or iCloud accounts.")
|
||||||
}()
|
}()
|
||||||
|
|
||||||
var extensionPointID: ExtensionPointIdentifer {
|
var extensionPointID: ExtensionPointIdentifer {
|
||||||
|
@ -16,7 +16,7 @@ extension TwitterFeedProvider: ExtensionPoint {
|
|||||||
static var title = NSLocalizedString("Twitter", comment: "Twitter")
|
static var title = NSLocalizedString("Twitter", comment: "Twitter")
|
||||||
static var image = AppAssets.extensionPointTwitter
|
static var image = AppAssets.extensionPointTwitter
|
||||||
static var description: NSAttributedString = {
|
static var description: NSAttributedString = {
|
||||||
return TwitterFeedProvider.makeAttrString("This extension enables you to subscribe to Twitter URL's as if they were RSS feeds. It only works with \(Account.defaultLocalAccountName) or iCloud accounts.")
|
return TwitterFeedProvider.makeAttrString("This extension enables you to subscribe to Twitter URLs as if they were RSS feeds. It only works with \(Account.defaultLocalAccountName) or iCloud accounts.")
|
||||||
}()
|
}()
|
||||||
|
|
||||||
var extensionPointID: ExtensionPointIdentifer {
|
var extensionPointID: ExtensionPointIdentifer {
|
||||||
|
Loading…
Reference in New Issue
Block a user