Merge branch 'tizen_4.0' into tizen_5.0
[platform/core/api/webapi-plugins.git] / src / alarm / alarm_api.js
index eb66886..98b4c7b 100755 (executable)
@@ -446,8 +446,8 @@ tizen.AlarmAbsolute = function(date, second, internal) {
                     if (_warningLogs.enableLog && isAlarmAbsolutePeriodDeprecated) {
                         privUtils_.warn(
                             'This Constructor is deprecated since Tizen 4.0.' +
-                                ' Please consider using other constructors or ' +
-                                'other type of an alarm.'
+                                ' Please consider using other constructors or other ' +
+                                'type of an alarm.'
                         );
                     }
                 }
@@ -476,8 +476,8 @@ tizen.AlarmAbsolute = function(date, second, internal) {
                 if (_warningLogs.enableLog && isAlarmAbsolutePeriodDeprecated) {
                     privUtils_.warn(
                         'Since Tizen 4.0 constructor AlarmAbsolute(Date date, ' +
-                            'long period) is deprecated, thus period attribute should ' +
-                            'not be used.'
+                            'long period) is deprecated, thus period attribute ' +
+                            'should not be used.'
                     );
                 }
                 return m_period;
@@ -486,8 +486,8 @@ tizen.AlarmAbsolute = function(date, second, internal) {
                 if (_warningLogs.enableLog && isAlarmAbsolutePeriodDeprecated) {
                     privUtils_.warn(
                         'Since Tizen 4.0 constructor AlarmAbsolute(Date date, ' +
-                            'long period) is deprecated, thus period attribute should ' +
-                            'not be used.'
+                            'long period) is deprecated, thus period attribute ' +
+                            'should not be used.'
                     );
                 }