Change power off string from 'turn off your device' to 'your phone will turn off'
Change-Id: I83060a635bceea745a0883fc09c904e05c58de93
Signed-off-by: changjoo.lee <changjoo.lee@samsung.com>
.name = "poweroff",
.show = load_simple_popup,
.title = "IDS_ST_BODY_POWER_OFF",
- .content = "IDS_TPLATFORM_BODY_POWER_OFF_THE_DEVICE_Q",
+ .content = "IDS_IDLE_POP_YOUR_PHONE_WILL_POWER_OFF",
.left_text = "IDS_COM_SK_CANCEL",
.right_text = "IDS_HS_BUTTON_POWER_OFF_ABB2",
.right = poweroff_clicked,