changing hint text for accessibility.
[framework/osp/uifw.git] / src / ui / controls / FUiCtrl_Tab.cpp
index f3705b1..7e950d5 100644 (file)
@@ -1535,7 +1535,7 @@ _Tab::AddAccessibilityElement(const FloatRectangle& itemBounds, const String& it
        SysTryReturnVoidResult(NID_UI_CTRL, pAccessibilityElement != null, E_OUT_OF_MEMORY, "[E_OUT_OF_MEMORY] Memory allocation failed.");
 
        pAccessibilityElement->SetTrait(L"Tab");
-       pAccessibilityElement->SetHint(L"Double tap to move to contents");
+       pAccessibilityElement->SetHint(L"double tap to move to content");
 
        if (GetStyle() != _TAB_STYLE_ICON)
        {
@@ -1569,7 +1569,7 @@ _Tab::InsertAccessibilityElementAt(int index, const FloatRectangle& itemBounds,
        SysTryReturnVoidResult(NID_UI_CTRL, pAccessibilityElement != null, E_OUT_OF_MEMORY, "[E_OUT_OF_MEMORY] Memory allocation failed.");
 
        pAccessibilityElement->SetTrait(L"Tab");
-       pAccessibilityElement->SetHint(L"Double tap to move to contents");
+       pAccessibilityElement->SetHint(L"double tap to move to content");
 
        if (GetStyle() != _TAB_STYLE_ICON)
        {