summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael T. Whiteley <mike@whiteley.org>2011-12-06 23:04:19 -0800
committerTor Lillqvist <tlillqvist@suse.com>2011-12-07 11:48:24 +0200
commit181b1815f807635ecdd8e5f8bbd2c5798f8d7703 (patch)
tree11654a832a6ac275c650cc29010c48263a49dfb7 /sw
parent8538a096603341d78e7c104dacf3048ad7fb953b (diff)
Change "menues" to "menus"
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/smartmenu/stmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/smartmenu/stmenu.cxx b/sw/source/ui/smartmenu/stmenu.cxx
index 144dcaefdcff..201ec88f5e96 100644
--- a/sw/source/ui/smartmenu/stmenu.cxx
+++ b/sw/source/ui/smartmenu/stmenu.cxx
@@ -95,7 +95,7 @@ SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView,
const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex );
const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale );
- // no sub-menues if there's only one smart tag type listed:
+ // no sub-menus if there's only one smart tag type listed:
PopupMenu* pSbMenu = this;
if ( 1 < aActionComponentsSequence.getLength() )
{