Change send-to command titles to just reflect the app name.
This commit is contained in:
parent
4f41824b73
commit
2ba1794122
|
@ -11,7 +11,7 @@ import RSCore
|
|||
|
||||
final class SendToMarsEditCommand: SendToCommand {
|
||||
|
||||
let title = NSLocalizedString("Send to MarsEdit", comment: "Send to command")
|
||||
let title = "MarsEdit"
|
||||
|
||||
var image: NSImage? {
|
||||
return appToUse()?.icon ?? nil
|
||||
|
|
|
@ -14,7 +14,7 @@ import RSCore
|
|||
|
||||
final class SendToMicroBlogCommand: SendToCommand {
|
||||
|
||||
let title = NSLocalizedString("Send to Micro.blog", comment: "Send to command")
|
||||
let title = "Micro.blog"
|
||||
|
||||
var image: NSImage? {
|
||||
return microBlogApp.icon
|
||||
|
|
Loading…
Reference in New Issue