__pHueBarElement = new (std::nothrow) _AccessibilityElement(true);
SysTryReturnVoidResult(NID_UI_CTRL, __pHueBarElement != null, E_OUT_OF_MEMORY, "[E_OUT_OF_MEMORY] Memory allocation failed.");
- String hintText(L"Double tap and drag to adjust");
+ String hintText(L"flick up and down to adjust");
__pHueBarElement->SetName("ColorPickerColorSlider");
__pHueBarElement->SetLabel("Hue Slider");
__pAccessibilityAmPmElement->Activate(true);
}
- String hintAmPmText(L"Double tap to change to ");
+ String hintAmPmText(L"Double tap to edit");
String amString;
String pmString;
if (__pEditTimePresenter->GetAmEnabled() == true)
{
__pAccessibilityAmPmElement->SetLabel(amString);
- hintAmPmText.Append(pmString.GetPointer());
string.Append(amString.GetPointer());
}
else
{
__pAccessibilityAmPmElement->SetLabel(pmString);
- hintAmPmText.Append(amString.GetPointer());
string.Append(pmString.GetPointer());
}
__pAccessibilityElement->SetLabel(__titleText);
__pAccessibilityElement->SetName(L"SliderControl");
__pAccessibilityElement->SetTrait(L"Slider");
- __pAccessibilityElement->SetHint(L"double tap and drag to adjust");
+ __pAccessibilityElement->SetHint(L"flick up and down to adjust");
SetAccessibilityElementValue();
r = pContainer->AddElement(*__pAccessibilityElement);
SysTryReturn(NID_UI_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
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)
{
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)
{