/* change the accessibility help for the backward/forward buttons accordingly */
/* change the accessibility help for the backward/forward buttons accordingly */
[[o_bwd_btncell]accessibilitySetOverrideValue:_NS("Click and hold to skip backward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_bwd_btncell]accessibilitySetOverrideValue:_NS("Click and hold to skip backward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_fwd_btncell]accessibilitySetOverrideValue:_NS("Click and hold to skip forward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_fwd_btncell]accessibilitySetOverrideValue:_NS("Click and hold to skip forward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_fwd_btncell]accessibilitySetOverrideValue:_NS("Click to go to the next playlist item. Hold to skip forward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];
[[o_fwd_btncell]accessibilitySetOverrideValue:_NS("Click to go to the next playlist item. Hold to skip forward through the current media.")forAttribute:NSAccessibilityDescriptionAttribute];