270
edits
Line 46: | Line 46: | ||
**For example, Move operation stores source and target folders in this list to be used by nsIActivityRetyable and/or nsIActivityUndoable implementations of the activity, if provided. | **For example, Move operation stores source and target folders in this list to be used by nsIActivityRetyable and/or nsIActivityUndoable implementations of the activity, if provided. | ||
* <b>UI elements | * <b>UI elements</b>: | ||
** Context Display Text: The short description of the context. User defined contexts should be localized by nsIActivityContextDisplayHelper::getContextDisplayText() implementation. Predefined contexts are localized by Activity Manager. | ** Context Display Text: The short description of the context. User defined contexts should be localized by nsIActivityContextDisplayHelper::getContextDisplayText() implementation. Predefined contexts are localized by Activity Manager. | ||
** Display Text: The short description of the activity. Should be localized during the initialization of the activity by the initiator. i.e. "Synchronizing Folder 'bugs'". | ** Display Text: The short description of the activity. Should be localized during the initialization of the activity by the initiator. i.e. "Synchronizing Folder 'bugs'". |
edits