Index: sources/view/settings/VBluetooth.cpp =================================================================== diff -u -r2b90169339a65399c03c31d1a40adffee87e7719 -re8262d170bb94046ddb767074a31530bdf4a2319 --- sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision 2b90169339a65399c03c31d1a40adffee87e7719) +++ sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision e8262d170bb94046ddb767074a31530bdf4a2319) @@ -257,11 +257,11 @@ case MBluetooth::eIS_Device_Init : message = tr("Device Initializing ..." ); break; case MBluetooth::eIS_Device_Error_Init : message = tr("Device Initialization Error" ); break; case MBluetooth::eIS_Device_Start : message = tr("Device Connecting ..." ); break; - case MBluetooth::eIS_Device_Waiting : message = tr("Device Ready For Measurement ..." ); break; // received feed back and changed the "Waiting" to this to avoid user confusion. + case MBluetooth::eIS_Device_Waiting : message = tr("Device Ready For Measurement ..." ); break; // received feedback and changed the "Waiting" to this to avoid user confusion. case MBluetooth::eIS_Device_Error : message = tr("Device Connection Error" ); break; case MBluetooth::eIS_Device_Connect : message = tr("Device Connected" ); break; case MBluetooth::eIS_Device_Done : message = tr("Device Clean Up" ); break; - case MBluetooth::eIS_Device_Disconnect : message = tr("Device In Power Saving Mode" ); break; // received feed back and changed the "Disconnected" to this to avoid user confusion. + case MBluetooth::eIS_Device_Disconnect : message = tr("Device In Power Saving Mode" ); break; // received feedback and changed the "Disconnected" to this to avoid user confusion. case MBluetooth::eIS_Service_Start : message = tr("Service Scanning ..." ); break; case MBluetooth::eIS_Service_Error : message = tr("Service Error: %1" ).arg(_error ); break;