Power off: change power off string in mobile 80/79580/1 accepted/tizen/common/20160712.151334 accepted/tizen/mobile/20160712.091300 accepted/tizen/tv/20160712.091246 accepted/tizen/wearable/20160712.091305 submit/tizen/20160712.083519
authorchangjoo.lee <changjoo.lee@samsung.com>
Tue, 12 Jul 2016 02:19:14 +0000 (11:19 +0900)
committerchangjoo.lee <changjoo.lee@samsung.com>
Tue, 12 Jul 2016 02:19:34 +0000 (11:19 +0900)
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>
src/powerkey/powerkey-mobile.c

index deab609f6eb2c43248d76d0253cd8b77abc4c28c..8f116de601a28204fbf7c0eb1d9bfc28702e8f40 100755 (executable)
@@ -343,7 +343,7 @@ static const struct popup_ops poweroff_ops = {
        .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,