#include <setting-display-smart-screen.h>
#define SETTING_DISPLAY_SMART_STAY "IDS_ST_MBODY_SMART_STAY"
-#define SETTING_DISPLAY_SMART_STAY_DESC "IDS_ST_SMART_STAY_DESCRIPTION_MSG"
+#define SETTING_DISPLAY_SMART_STAY_DESC "Screen stays on as long as you are looking at it"
#define SETTING_DISPLAY_SMART_ROTATION "IDS_ST_MBODY_SMART_ROTATION"
-#define SETTING_DISPLAY_SMART_ROTATION_DESC "IDS_ST_BODY_DISABLES_AUTO_SCREEN_ROTATION_BY_CHECKING_YOUR_FACE_AND_DEVICES_ORIENTATION"
+#define SETTING_DISPLAY_SMART_ROTATION_DESC "Screen display direction adjusts to your angle of sights"
-#define SETTING_DISPLAY_SMART_STAY_DLG_STR1 "Smart stay disables screen timeout if device detects that your face is watching the screen"
+#define SETTING_DISPLAY_SMART_STAY_DLG_STR1 "Smart stay detects your eyes with the front camera so that the screen stays on when you are looking at it"
#define SETTING_DISPLAY_SMART_STAY_DLG_STR2 "Smart stay may not work in these situations:<br>"\
- " .When front camera fails to detect face<br>"\
- " .When using device in the dark<br>"\
+ " .When front camera fails to detect face and eyes<br>"\
+ " .When the source of light is behind you or when using device in the dark<br>"\
" .When front camera is used for the application"
-#define SETTING_DISPLAY_SMART_ROTATION_DLG_STR1 "Smart stay disables screen timeout if device detects that your face is watching the screen"
+#define SETTING_DISPLAY_SMART_ROTATION_DLG_STR1 "Smart rotation disables auto screen rotation by checking the orientation of your face and the device by its front camera."
-#define SETTING_DISPLAY_SMART_ROTATION_DLG_STR2 "Smart stay may not work in these situations:<br>"\
- " .When front camera fails to detect face<br>"\
- " .When using device in the dark<br>"\
+#define SETTING_DISPLAY_SMART_ROTATION_DLG_STR2 "Smart rotation may not work in these situations:<br>"\
+ " .When front camera fails to detect face and eyes<br>"\
+ " .When the source of light is behind you or when using device in the dark<br>"\
" .When front camera is used for the application<br>"\
"Screen rotation can be slower if Smart rotation enabled"
#define DO_NOT_ASK_AGAIN "Don't ask again"
if (list_item->chk_status && reminder_flag) {
ad->popup =
setting_create_popup_with_image_check(ad, ad->win_get,
- SETTING_DISPLAY_SMART_STAY,
+ _(SETTING_DISPLAY_SMART_STAY),
_(SETTING_DISPLAY_SMART_STAY_DLG_STR1),
_(SETTING_DISPLAY_SMART_STAY_DLG_STR2),
SETTING_ICON_PATH_CFG"SmartScreen.png",
- _("Don't ask again"),
+ _(DO_NOT_ASK_AGAIN),
&(ad->popup_chk),
__smart_stay_on_resp_cb,
0,
if (list_item->chk_status && reminder_flag) {
ad->popup =
setting_create_popup_with_image_check(ad, ad->win_get,
- SETTING_DISPLAY_SMART_ROTATION,
+ _(SETTING_DISPLAY_SMART_ROTATION),
_(SETTING_DISPLAY_SMART_ROTATION_DLG_STR1),
_(SETTING_DISPLAY_SMART_ROTATION_DLG_STR2),
SETTING_ICON_PATH_CFG"SmartScreen.png",
- _("Don't ask again"),
+ _(DO_NOT_ASK_AGAIN),
&(ad->popup_chk),
__smart_rotate_on_resp_cb,
0,