Support localization
[platform/core/uifw/inputdelegator.git] / src / w-input-keyboard.cpp
index cbb816d..0d7afa8 100755 (executable)
@@ -34,7 +34,7 @@ bool input_keyboard_init(app_control_h app_control)
        int ret = -1;
        char *default_text = NULL;
        char *guide_text = NULL;
-       char *return_key_type = (char *)"SEND";
+       char *return_key_type = _("IDS_AMEMO_BUTTON_SEND");
        char *max_text_length = NULL;
        char *cursor_position_set = (char *)"0";
 
@@ -77,7 +77,7 @@ void input_keyboard_deinit(void)
 
        g_input_keyboard_data.default_text = NULL;
        g_input_keyboard_data.guide_text = NULL;
-       g_input_keyboard_data.return_key_type = (char *)"SEND";
+       g_input_keyboard_data.return_key_type = _("IDS_AMEMO_BUTTON_SEND");
        g_input_keyboard_data.max_text_length = KEYBOARD_EDITOR_CHAR_COUNT_MAX;
        g_input_keyboard_data.cursor_position_set = 0;