aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/NewsEditorView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/NewsEditorView.swift')
-rw-r--r--Hotline/macOS/NewsEditorView.swift2
1 files changed, 1 insertions, 1 deletions
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)
}
}