From ee4268424d05dadfc0d160e22f076386d6219123 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Wed, 10 Jul 2013 16:03:54 +0900 Subject: [PATCH] Modify error message. Change-Id: Ia72c8634d5e70ed1d664b69c8f6422bd3cdb762e Signed-off-by: SeokYeon Hwang --- tizen/src/maru_err_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/maru_err_table.c b/tizen/src/maru_err_table.c index e1753ac002..ed73a22768 100644 --- a/tizen/src/maru_err_table.c +++ b/tizen/src/maru_err_table.c @@ -48,7 +48,7 @@ static char _maru_string_table[][JAVA_MAX_COMMAND_LENGTH] = { /* 1 */ "Failed to allocate memory in qemu.", /* 2 */ "Failed to load a kernel file the following path.\ Check if the file is corrupted or missing.\n\n", - /* 3 */ "Failed to load a bios file the following path.\ + /* 3 */ "Failed to load a bios file in bios path that mentioned on document.\ Check if the file is corrupted or missing.\n\n", /* 4 */ "Skin process cannot be initialized. Skin server is not ready.", /* 5 */ "Emulator has stopped working.\n\ -- 2.34.1