Commit 6bd18805 by Lee Jaebin

多言語キーの誤り修正

parent 970a3eb2
......@@ -213,9 +213,9 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
if (status == 8) {
// タイムアウトのステータス
if (bluetoothDeviceType == DeviceType.centerThermomete) {
errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_timeout_error), getString(R.string.center_thermometer), String.valueOf(status)));
errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_connect_timeout_error), getString(R.string.center_thermometer), String.valueOf(status)));
} else if (bluetoothDeviceType == DeviceType.radiationThermomete) {
errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_timeout_error), getString(R.string.radiation_thermometer), String.valueOf(status)));
errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_connect_timeout_error), getString(R.string.radiation_thermometer), String.valueOf(status)));
}
} else {
if (bluetoothDeviceType == DeviceType.centerThermomete) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment