[W-Indicator] Change font from upper to lower case 35/75835/1 accepted/tizen/wearable/20160622.094241 submit/tizen/20160621.173106
authorGowtham Anandha Babu <gowtham.ab@samsung.com>
Tue, 21 Jun 2016 16:52:57 +0000 (22:22 +0530)
committerGowtham Anandha Babu <gowtham.ab@samsung.com>
Tue, 21 Jun 2016 16:52:57 +0000 (22:22 +0530)
Change-Id: Ia48929b981154920ffec6292f92466224b356e3d

src/windicator_dnd_btn.c
src/windicator_flight_mode.c

index d054efe01506a80fa1c9ee64588dc7d4fd77d461..ce2e9721d4f2ad5b5961af0435df64b62eb70a6f 100644 (file)
@@ -134,12 +134,12 @@ static void _dnd_popup_launch(void* data)
 
         layout = elm_layout_add(popup);
         elm_layout_theme_set(layout, "layout", "popup", "content/circle/buttons2");
-        elm_object_part_text_set(layout, "elm.text.title", "DO NOT DISTURB");
+        elm_object_part_text_set(layout, "elm.text.title", "Do not disturb");
         //need to translate
 #ifdef _TIZEN_3G_DISABLE
-        elm_object_part_text_set(layout, "elm.text", "VIBRATION WILL BE TURNED OFF AND SCREEN WILL REMAIN TURNED OFF FOR INCOMING CALLS AND ALERTS BUT NOT ALARMS");
+        elm_object_part_text_set(layout, "elm.text", "Vibration will be turned off and screen will remain turned off for incoming calls and alerts, but not alarms.");
 #else
-        elm_object_part_text_set(layout, "elm.text", "SOUNDS WILL BE MUTED AND SCREEN WILL REMAIN TURNED OFF FOR INCOMING CALLS AND ALERTS BUT NOT ALARMS");
+        elm_object_part_text_set(layout, "elm.text", "Sounds will be muted and screen will remain turned off for incoming calls and alerts, but not alarms.");
 #endif
         elm_object_content_set(popup, layout);
 
index 0d9bb5e167ab0e3b48d2fb5e90a18e813fb3c7da..e85b9b14464feb7fae9bc642e1dd749a2d0ae10d 100644 (file)
@@ -137,11 +137,11 @@ static void _flight_mode_popup_launch(void* data)
 
         layout = elm_layout_add(popup);
         elm_layout_theme_set(layout, "layout", "popup", "content/circle/buttons2");
-        elm_object_part_text_set(layout, "elm.text.title", "FLIGHT MODE");
+        elm_object_part_text_set(layout, "elm.text.title", "Flight Mode");
 
         //need to translate
                _W("[Flight Mode] popup");
-               elm_object_part_text_set(layout, "elm.text", "FLIGHT MODE DISABLES CALLS MESSAGING AND ALL CONNECTIONS TO USE WIFI AND BLUETOOTH GO TO SETTINGS");
+               elm_object_part_text_set(layout, "elm.text", "Flight mode disables calls, messaging and all connections. To use Wi-Fi and Bluetooth, go to Settings.");
 
         elm_object_content_set(popup, layout);