diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-09-21 22:35:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-09-21 22:36:25 +0200 |
commit | 78e1acffcb3d40266bc075c8b88595accbf62a1b (patch) | |
tree | bf1006049030dab5d4da45f2c8626363e63f46ee /wizards | |
parent | 599fab44ad2ca626f046b9e9e4924110950a897c (diff) |
Typo: automaticcally->automatically
Change-Id: I0422965071f3828938b1b1a535f1eb4f2de481f2
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/table/TableWizard.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/table/TableWizard.java b/wizards/com/sun/star/wizards/table/TableWizard.java index ce6403376797..8ba08ad39020 100644 --- a/wizards/com/sun/star/wizards/table/TableWizard.java +++ b/wizards/com/sun/star/wizards/table/TableWizard.java @@ -389,7 +389,7 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener { int maxfieldcount = curTableDescriptor.getMaxColumnsInTable(); if (_icount >= (maxfieldcount - 1)) - { // keep one column as reserve for the automaticcally created key + { // keep one column as reserve for the automatically created key String smessage = serrToManyFields; smessage = JavaTools.replaceSubString(smessage, String.valueOf(maxfieldcount), "%COUNT"); showMessageBox("ErrorBox", VclWindowPeerAttribute.OK, smessage); |