Index: sources/device/DeviceError.cpp =================================================================== diff -u -rb8d06ba1f3e380f321ad075815ec254f379e15e2 -r6e18f1d24b8cc3d84d26f46f36f73deb34e54371 --- sources/device/DeviceError.cpp (.../DeviceError.cpp) (revision b8d06ba1f3e380f321ad075815ec254f379e15e2) +++ sources/device/DeviceError.cpp (.../DeviceError.cpp) (revision 6e18f1d24b8cc3d84d26f46f36f73deb34e54371) @@ -53,11 +53,13 @@ QT_TR_NOOP("The Encrypted Partition error." ), // eDevice_CryptSetup_Error QT_TR_NOOP("The Factory Reset failed." ), // eDevice_FactoryReset_Error QT_TR_NOOP("The Decommissioning failed." ), // eDevice_Decommission_Error + QT_TR_NOOP("The RootSSHAcess failed." ), // eDevice_RootSSHAccess_Error QT_TR_NOOP("The Brightness failed." ), // eDevice_Brightness_Error QT_TR_NOOP("The WiFi scan failed." ), // eDevice_WifiList_Error QT_TR_NOOP("The WiFi info failed." ), // eDevice_WifiInfo_Error QT_TR_NOOP("The WiFi Connect failed." ), // eDevice_WifiConnect_Error QT_TR_NOOP("The WiFi Disconnect failed." ), // eDevice_WifiDisconnect_Error + QT_TR_NOOP("The Date/ Time failed." ), // eDevice_DateTime_Error QT_TR_NOOP("The USB Mount failed." ), // eDevice_USBMount_Error };