Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz844820 - add undo tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Aug 31, 2012
1 parent 4e50c64 commit 719f446
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -70,6 +70,7 @@ public class RevertTransUnitUpdateLink extends InlineLabel implements UndoLink
public RevertTransUnitUpdateLink(CachingDispatchAsync dispatcher, WebTransMessages messages, EventBus eventBus, UserWorkspaceContext userWorkspaceContext)
{
super();
setTitle(messages.undo());
this.dispatcher = dispatcher;
this.messages = messages;
this.eventBus = eventBus;
Expand Down

0 comments on commit 719f446

Please sign in to comment.