Index: sources/view/settings/VBluetooth.cpp =================================================================== diff -u -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 -r1d6adeff8df4dc9395d6a2aee3c7f33d903c4711 --- sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) +++ sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision 1d6adeff8df4dc9395d6a2aee3c7f33d903c4711) @@ -257,7 +257,7 @@ 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 feedback and changed the "Waiting" to this to avoid user confusion. + case MBluetooth::eIS_Device_Waiting : message = tr("Device Waiting To Connect ..." ); 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;