fix capitalisation bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7066 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-05-30 04:12:54 +00:00
parent 9d57d10824
commit 246d6a9587
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-30 John Levon <levon@movementarian.org>
* ui/stdmenus.ui: fix capitalisation
2003-05-25 Angus Leeming <leeming@lyx.org>
* scripts/fig2pdf.sh: renamed again as fig2pdftex.sh.

View File

@ -242,7 +242,7 @@ Menuset
Item "Hyphenation Point|P" "hyphenation-point-insert"
Item "Ligature Break|k" "ligature-break-insert"
Item "Protected Space|r" "space-insert protected"
Item "Force normal Space|n" "space-insert normal"
Item "Force Normal Space|N" "space-insert normal"
Item "Thin Space|T" "space-insert thin"
Item "Linebreak|L" "break-line"
Item "Ellipsis|i" "dots-insert"