diff --git a/ajax/networking/get_frequencies.php b/ajax/networking/get_frequencies.php index ea78cd45..bc21e4cc 100644 --- a/ajax/networking/get_frequencies.php +++ b/ajax/networking/get_frequencies.php @@ -28,7 +28,7 @@ if (isset($_POST['interface'])) { $msg = _("The selected interface has support for the 2.4 GHz wireless band only."); break; case NL80211_BAND_5GHZ: - $msg = _("The selected interface has support for the 2.4 GHz wireless band only."); + $msg = _("The selected interface has support for the 5 GHz wireless band only."); break; case NL80211_BAND_24GHZ | NL80211_BAND_5GHZ: $msg = _("The selected interface has support for both the 2.4 and 5 GHz wireless bands."); diff --git a/locale/en_US/LC_MESSAGES/messages.mo b/locale/en_US/LC_MESSAGES/messages.mo index f8d9ba40..906fb5e8 100644 Binary files a/locale/en_US/LC_MESSAGES/messages.mo and b/locale/en_US/LC_MESSAGES/messages.mo differ diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index 3c080d86..02a8ce22 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -588,8 +588,8 @@ msgstr "dBm is a unit of level used to indicate that a power ratio is expressed msgid "The selected interface has support for the 2.4 GHz wireless band only." msgstr "The selected interface has support for the 2.4 GHz wireless band only." -msgid "The selected interface has support for the 2.4 GHz wireless band only." -msgstr "The selected interface has support for the 2.4 GHz wireless band only." +msgid "The selected interface has support for the 2.5 GHz wireless band only." +msgstr "The selected interface has support for the 2.5 GHz wireless band only." msgid "The selected interface has support for both the 2.4 and 5 GHz wireless bands." msgstr "The selected interface has support for both the 2.4 and 5 GHz wireless bands."