uidesigner/com.nokia.carbide.cpp.uiq.components/components/controls/ControlBase/LayoutControlBase.properties
clean up SDK/Config tree by removing SDK Id from display (it's redundant) and also adding text that SDK location does not exist so users can see the config tree and know it won't work (not have it be hidden and users wonder why it's not there)
#START_USECASES: CU10 END_USECASES
customInstanceName=Custom instance name
control=control
controlDescription=A control appearing in a layout
category.design=Design
#events descriptions
requestExit=request exit
requestExitDescription=Handles successful exit from a transient mode \
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestExit)
requestCancel=request cancel
requestCancelDescription=Handles cancellation from a transient mode \
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestCancel)
requestFocus=request focus
requestFocusDescription=Handles request for focus \
(MCoeControlObserver::HandleControlEventL - EEventRequestFocus)
prepareFocusTransition=prepare focus transition
prepareFocusTransitionDescription=Occurs during pointer down when control might gain focus \
(MCoeControlObserver::HandleControlEventL - EEventPrepareFocusTransition)
stateChanged=state changed
stateChangedDescription=Handles changes in state reported by framework (MCoeControlObserver::HandleControlEventL - EEventStateChanged)
interactionRefused=interaction refused
interactionRefusedDescription=Occurs when interaction fails due to dimmed or disabled control \
(MCoeControlObserver::HandleControlEventL - EEventInteractionRefused)