From 038df124a9c9d0ec7e7f3a7387669d5273a5bf49 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sun, 30 Jun 2024 17:46:30 -0700 Subject: A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item disable states. Don't request banner from older servers. Cleanup News list display. --- Hotline/macOS/NewsEditorView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/macOS/NewsEditorView.swift') diff --git a/Hotline/macOS/NewsEditorView.swift b/Hotline/macOS/NewsEditorView.swift index a6f72ec..f69c846 100644 --- a/Hotline/macOS/NewsEditorView.swift +++ b/Hotline/macOS/NewsEditorView.swift @@ -88,7 +88,7 @@ struct NewsEditorView: View { } .buttonStyle(.plain) .frame(width: 22, height: 22) - .help("Post to Newsgroup") + .help("Post News") .disabled(title.isEmpty || text.isEmpty) } } -- cgit