diff --git a/Commands/SendToMarsEditCommand.swift b/Commands/SendToMarsEditCommand.swift index aded2f4e9..9fc081ddf 100644 --- a/Commands/SendToMarsEditCommand.swift +++ b/Commands/SendToMarsEditCommand.swift @@ -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 diff --git a/Commands/SendToMicroBlogCommand.swift b/Commands/SendToMicroBlogCommand.swift index a0d8662d2..d3d710448 100644 --- a/Commands/SendToMicroBlogCommand.swift +++ b/Commands/SendToMicroBlogCommand.swift @@ -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