Index: sources/view/settings/VBluetooth.cpp =================================================================== diff -u -rfb6d2ffcfd44a933380b21784bfaf5c827ec811d -rb4c2f678d92cea5e5a4d7c6de0afc9181bd8e255 --- sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision fb6d2ffcfd44a933380b21784bfaf5c827ec811d) +++ sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision b4c2f678d92cea5e5a4d7c6de0afc9181bd8e255) @@ -260,7 +260,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 Waiting For Measurememnt ..." ); break; // received feedback and changed the "Waiting" to this to avoid user confusion. + case MBluetooth::eIS_Device_Waiting : message = tr("Device Waiting For Measurememnt ..." ); 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;