Just as the other elements of the Help menu do not have "Manual" appended to their names, I do not think items in the "Specific Manuals" submenu should have "Manual" appended to their names.
Thoughts? Thanks, Scott
From 7c001a8d596dcd62ef8ddcf88b135ef3fd602e79 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak <skost...@lyx.org> Date: Sun, 28 Oct 2012 23:13:51 -0400 Subject: [PATCH] Remove repetitious "Manual" from Specific Manuals --- lib/ui/stdmenus.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 9cb6768..0c31b27 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -588,14 +588,14 @@ Menuset End Menu "examples" - Item "Braille Manual|B" "help-open Braille" - Item "Feynman-diagram Manual|F" "help-open FeynmanDiagrams" - Item "LilyPond Manual|M" "help-open lilypond" - Item "Linguistics Manual|L" "help-open linguistics" - Item "Multilingual Captions Manual|C" "help-open MultilingualCaptions" - Item "Risk and Safety Statements Manual|R" "help-open R-S-statements" - Item "Sweave Manual|S" "help-open sweave" - Item "XY-pic Manual|X" "help-open xypic" + Item "Braille|B" "help-open Braille" + Item "Feynman-diagram|F" "help-open FeynmanDiagrams" + Item "LilyPond|P" "help-open lilypond" + Item "Linguistics|L" "help-open linguistics" + Item "Multilingual Captions|C" "help-open MultilingualCaptions" + Item "Risk and Safety Statements|R" "help-open R-S-statements" + Item "Sweave|S" "help-open sweave" + Item "XY-pic|X" "help-open xypic" End -- 1.7.9.5