summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-05-06 21:43:37 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-05-07 13:54:59 +0000
commit755abae091c59511b08c8e6df9a5e4e7613570a7 (patch)
tree7332a1edf3935d5aeb4f337a19742a7e7b380d64 /odk
parent4073afa350387f9fc9194347ad78c6cbdabbb812 (diff)
Fix typo informations -> information
Change-Id: Ie8a7bc9800ed0122092f88cedadb126b7891f2a6 Reviewed-on: https://gerrit.libreoffice.org/15655 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index c6e657c06483..639dfe2042e6 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -154,7 +154,7 @@ public class DocumentView extends JFrame
maCustomizeView = new CustomizeView();
paCommands.setBorder ( new TitledBorder(BorderFactory.createEtchedBorder(),"Commands") );
- maStatusView.setBorder ( new TitledBorder(BorderFactory.createEtchedBorder(),"Status Informations") );
+ maStatusView.setBorder ( new TitledBorder(BorderFactory.createEtchedBorder(),"Status Information") );
maCustomizeView.setBorder( new TitledBorder(BorderFactory.createEtchedBorder(),"Customize Document View") );
// layout the whole UI