# 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>
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) {
{
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();
}