]> git.lyx.org Git - lyx.git/commitdiff
* lib/ui/stdtoolbars.inc: fix typo; use Capitals in
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 21 Jan 2007 10:20:39 +0000 (10:20 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 21 Jan 2007 10:20:39 +0000 (10:20 +0000)
toolbar name; remove term "output" in "DVI output"
for consistency with the other items

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16792 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdtoolbars.inc

index bd872782400a5d80dcbc9698234739a151eb2053..a495bd8929243423407a90928518afd524779f3f 100644 (file)
@@ -163,9 +163,9 @@ Toolbar "review" "Review"
        Item "Next note" "note-next"
 End
 
-Toolbar "view/update" "View/update view document"
-       Item "View DVI output" "buffer-view dvi"
-       Item "Update DVI output" "buffer-update dvi"
+Toolbar "view/update" "View/Update Document"
+       Item "View DVI" "buffer-view dvi"
+       Item "Update DVI" "buffer-update dvi"
        Item "View PDF (pdflatex)" "buffer-view pdf2"
        Item "Update PDF (pdflatex)" "buffer-update pdf2"
        Item "View PostScript" "buffer-view ps"