diff options
Diffstat (limited to 'Hotline/macOS/NewsView.swift')
| -rw-r--r-- | Hotline/macOS/NewsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/NewsView.swift b/Hotline/macOS/NewsView.swift index 4469585..e4f4d21 100644 --- a/Hotline/macOS/NewsView.swift +++ b/Hotline/macOS/NewsView.swift @@ -138,7 +138,7 @@ struct NewsView: View { } label: { Image(systemName: "arrow.clockwise") } - .help("Reload Newsgroup") + .help("Reload News") .disabled(loading) } } |