diff options
author | Adarsh Shree Ram <adarsh.ram@samsung.com> | 2016-12-08 12:09:20 +0530 |
---|---|---|
committer | Adarsh Shree Ram <adarsh.ram@samsung.com> | 2016-12-08 12:09:20 +0530 |
commit | 6c3be6da4984c0bc614b33df4c79550f72ceb888 (patch) | |
tree | e6efe32fbc283a4499c55a2a42bf755d84fe825f | |
parent | 3abf3fb3e13d61027b32162ddb9bb7f7663287bd (diff) | |
download | alarm-6c3be6da4984c0bc614b33df4c79550f72ceb888.tar.gz alarm-6c3be6da4984c0bc614b33df4c79550f72ceb888.tar.bz2 alarm-6c3be6da4984c0bc614b33df4c79550f72ceb888.zip |
Some missing WDS strings in alarm alertsubmit/tizen_3.0/20161208.065909
Change-Id: I1090be51d1ac1977483d2a1fd6d80e8a8137e7a9
-rw-r--r-- | alarm_alert/inc/alarm_alert_string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alarm_alert/inc/alarm_alert_string.h b/alarm_alert/inc/alarm_alert_string.h index 1754577..4e33d76 100644 --- a/alarm_alert/inc/alarm_alert_string.h +++ b/alarm_alert/inc/alarm_alert_string.h @@ -19,6 +19,6 @@ #define STRING_ALM_TIME_IS_NOW "IDS_ST_BODY_THE_TIME_IS_NOW" #define STRING_ALM_DISMISS "IDS_ALM_SK_DISMISS" #define STRING_ALM_SNOOZE "IDS_ALM_BODY_SNOOZE" -#define SWIPE_RIGHT_TO_DISMISS "Swipe right with two fingers to dismiss alarm" -#define SWIPE_LEFT_TO_SNOOZE "Swipe left with two fingers to snooze alarm" +#define SWIPE_RIGHT_TO_DISMISS "WDS_TTS_TBBODY_SWIPE_RIGHT_WITH_TWO_FINGERS_TO_DISMISS_ALARM" +#define SWIPE_LEFT_TO_SNOOZE "WDS_TTS_TBBODY_SWIPE_LEFT_WITH_TWO_FINGERS_TO_SNOOZE_ALARM" #endif //_ALARM_ALERT_STRING_H |