From 9cc02dd6a9a4df0e60a1f5219ec32e93465ac3e3 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Thu, 22 Jun 2006 14:12:57 +0200 Subject: [PATCH] oleview: Spelling fixes (English). --- programs/oleview/En.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/oleview/En.rc b/programs/oleview/En.rc index 45e905a94e1..abc4bee7e57 100644 --- a/programs/oleview/En.rc +++ b/programs/oleview/En.rc @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA -*/ + */ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US @@ -58,7 +58,7 @@ IDM_MENU MENU { MENUITEM "&Expert mode", IDM_EXPERT,CHECKED MENUITEM SEPARATOR - MENUITEM "&Hidden component cattegories", IDM_HIDDEN, GRAYED + MENUITEM "&Hidden component categories", IDM_HIDDEN, GRAYED MENUITEM SEPARATOR MENUITEM "&Toolbar", IDM_TOOLBAR,CHECKED MENUITEM "&Status Bar", IDM_STATUSBAR,CHECKED @@ -98,7 +98,7 @@ STRINGTABLE IDM_TOOLBAR, "Show or hide the toolbar" IDM_STATUSBAR, "Show or hide the status bar" IDM_REFRESH, "Refresh all lists" - IDM_ABOUT, "Display program information, version namber and copyright" + IDM_ABOUT, "Display program information, version number and copyright" IDS_TREE_OC, "ObjectClasses" IDS_TREE_GBCC, "Grouped by Component Category" -- 2.11.4.GIT