Menu Tree matching to UI context. 41/78041/2
authorLim DoHyung <delight.lim@samsung.com>
Mon, 4 Jul 2016 05:14:49 +0000 (14:14 +0900)
committerLim DoHyung <delight.lim@samsung.com>
Mon, 4 Jul 2016 05:17:27 +0000 (22:17 -0700)
# commit format
[Issue]  Between Menu Tree document content and UI content not matching syntax.
[Problem] syntax not matching.
[Solution] UI content syntax modify to same Menu Tree.
[Verify] Launch the browser and normal syntax view.

Change-Id: I20b4e78f6dee1b9d7d2866d4b31948ca15923c37
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
services/SettingsUI/AutoFillForm/AutoFillFormComposeView.cpp
services/SimpleUI/SimpleUI.cpp

index c0d3703a4ef17eabdb60ed2ca6fa64a83d9ae6a1..6b90a91e428f455bcec442ff593570f1e8307900 100644 (file)
@@ -111,9 +111,9 @@ Evas_Object* AutoFillFormComposeView::show(Evas_Object* parent, Evas_Object* act
     evas_object_show(m_mainLayout);
 
     if (m_itemForCompose->getItemComposeMode() == profile_edit)
-        elm_object_translatable_part_text_set(m_action_bar, "settings_title", "Auto Fill Edit");
+        elm_object_translatable_part_text_set(m_action_bar, "settings_title", "Edit info");
     else
-        elm_object_translatable_part_text_set(m_action_bar, "settings_title", "Auto Fill Compose");
+        elm_object_translatable_part_text_set(m_action_bar, "settings_title", "Add info");
 
     m_cancelButton = elm_button_add(m_action_bar);
     if (!m_cancelButton) {
index 5b0327a30479cadae74b72376c153923a08bded3..e929b68cadce235beff12f6064c25a1370ac7560 100644 (file)
@@ -1745,7 +1745,7 @@ void SimpleUI::settingsResetMostVisited()
 {
     BROWSER_LOGD("[%s]: Deleting most visited sites", __func__);
     NotificationPopup *popup = NotificationPopup::createNotificationPopup(m_viewManager.getContent());
-    popup->show("Resetting most visited sites...");
+    popup->show("Resetting most visited sites.");
     onDeleteMostVisitedButton(nullptr);
     popup->dismiss();
 }