Change send-to command titles to just reflect the app name.

This commit is contained in:
Brent Simmons 2018-01-14 12:13:25 -08:00
parent 4f41824b73
commit 2ba1794122
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import RSCore
final class SendToMarsEditCommand: SendToCommand { final class SendToMarsEditCommand: SendToCommand {
let title = NSLocalizedString("Send to MarsEdit", comment: "Send to command") let title = "MarsEdit"
var image: NSImage? { var image: NSImage? {
return appToUse()?.icon ?? nil return appToUse()?.icon ?? nil

View File

@ -14,7 +14,7 @@ import RSCore
final class SendToMicroBlogCommand: SendToCommand { final class SendToMicroBlogCommand: SendToCommand {
let title = NSLocalizedString("Send to Micro.blog", comment: "Send to command") let title = "Micro.blog"
var image: NSImage? { var image: NSImage? {
return microBlogApp.icon return microBlogApp.icon