Skip to content

Commit

Permalink
[Menu] Change "Revert to Committed" to "Revert to Saved" #183
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong committed Apr 22, 2014
1 parent 3cec9e4 commit aa8df05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public CenterPaneRevertToCommitted() {
super(TEXT);
}

private static String TEXT = "Revert to Committed";
private static String TEXT = "Revert to Saved";
private ActionContext actionContext;
private MCTHousingViewManifestation housingManifestation;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

@SuppressWarnings("serial")
public class InspectorPaneRevertToCommitted extends ContextAwareAction {
private static final String TEXT = "Revert to Committed";
private static final String TEXT = "Revert to Saved";

public InspectorPaneRevertToCommitted() {
super(TEXT);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ view.modified.alert.abort=Discard
view.modified.alert.discard=Discard
view.modified.alert.cancel=Cancel
view.modified.status.bar.text=*MODIFIED*
view.modified.status.bar.tooltip.text=To see the modified object, use the Revert to Committed menu item
view.modified.status.bar.tooltip.text=To see the modified object, use the Revert to Saved menu item



Expand Down

0 comments on commit aa8df05

Please sign in to comment.