X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2Faps.c;fp=lib%2Faps.c;h=b893666c0e9a6075292e495a93e094f11c9448d5;hb=dfbb336f793df897e24bd34d6cae780d5bdef3cf;hp=234a2c2ed4b33d05834add6c92e6f00ff42def75;hpb=17cd5711411f45df26b33c51288780627b7377e2;p=ap-utils.git diff --git a/lib/aps.c b/lib/aps.c index 234a2c2..b893666 100644 --- a/lib/aps.c +++ b/lib/aps.c @@ -341,7 +341,7 @@ show_stats: switch (ap_viewtype) { case 1: mvwaddstr(main_sub, LINES - 6, 0, - _("CN: Channel Name; P: Preambule Type (S: Short; L: Long);")); + _("CN: Channel Name; P: Preamble Type (S: Short; L: Long);")); mvwaddstr(main_sub, LINES - 5, 0, _("RSSI: Radio Signal Strength Indicator [%]")); if (ap_type == ATMEL410) @@ -349,7 +349,7 @@ show_stats: break; case 2: mvwaddstr(main_sub, LINES - 6, 0, - _("CN: Channel Name; P: Preambule Type (S: Short; L: Long);")); + _("CN: Channel Name; P: Preamble Type (S: Short; L: Long);")); mvwaddstr(main_sub, LINES - 5, 0, _("RSSI: Radio Signal Strength Indicator [dBm]")); if (ap_type == ATMEL410) @@ -357,7 +357,7 @@ show_stats: break; case 3: mvwaddstr(main_sub, LINES - 6, 0, - _("CN: Channel Name; P: Preambule Type (S: Short; L: Long);")); + _("CN: Channel Name; P: Preamble Type (S: Short; L: Long);")); mvwaddstr(main_sub, LINES - 5, 0, _("RSSI: Radio Signal Strength Indicator [raw]")); if (ap_type == ATMEL410)