diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:37:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:57 +0200 |
commit | 8b16cc50f4d1aeb820b3be2b6193cfea432f012a (patch) | |
tree | 36be60fd57777961a3dad569e84e52a88b625e51 /cui | |
parent | e5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 (diff) |
typo: te -> the
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 38c4c8a4561a..9681e3225410 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -1443,7 +1443,7 @@ void SfxAcceleratorConfigPage::Reset( const SfxItemSet& rSet ) // e.g. m_sModuleUIName! InitAccCfg(); - // change te description of the radio button, which switch to the module + // change the description of the radio button, which switch to the module // dependend accelerator configuration OUString sButtonText = m_pModuleButton->GetText(); sButtonText = sButtonText.replaceFirst("$(MODULE)", m_sModuleUIName); |