diff options
-rw-r--r-- | server/src/com/vaadin/ui/Grid.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java index a668c42be1..6332520d2a 100644 --- a/server/src/com/vaadin/ui/Grid.java +++ b/server/src/com/vaadin/ui/Grid.java @@ -5069,7 +5069,7 @@ public class Grid extends AbstractComponent implements SelectionNotifier, * * @return the current caption of the cancel button */ - public String getCancelCaption() { + public String getEditorCancelCaption() { return getState(false).editorCancelCaption; } |