From 357cfd3b035d1ba6438e82cc1cbec105874206b6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 5 Apr 2017 12:15:27 -0700 Subject: A bunch of "{Mac} OS X" -> "macOS" changes. Avoid anachronisms, however; there was no "macOS 10.0" or even "OS X 10.0", for example. It was "Mac OS X" until 10.8 (although 10.7 was sometimes called "OS X" and sometimes called "Mac OS X"), and it was "OS X" from 10.8 to 10.11. Change-Id: Ie4a848997dcc6c45c2245c1fb84ec526032375c3 Reviewed-on: https://code.wireshark.org/review/20933 Reviewed-by: Guy Harris --- ui/qt/manage_interfaces_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/manage_interfaces_dialog.cpp') diff --git a/ui/qt/manage_interfaces_dialog.cpp b/ui/qt/manage_interfaces_dialog.cpp index fc6eadd1ea..23986a974e 100644 --- a/ui/qt/manage_interfaces_dialog.cpp +++ b/ui/qt/manage_interfaces_dialog.cpp @@ -445,7 +445,7 @@ void ManageInterfacesDialog::addRemoteInterfaces(GList* rlist, remote_options *r } // We don't actually store these. When we do we should make sure they're stored -// securely using CryptProtectData, the OS X Keychain, GNOME Keyring, KWallet, etc. +// securely using CryptProtectData, the macOS Keychain, GNOME Keyring, KWallet, etc. void ManageInterfacesDialog::remoteAccepted() { QTreeWidgetItemIterator it(ui->remoteList); -- cgit v1.2.3