]> git.lyx.org Git - lyx.git/commitdiff
s/tabular/table in lcolor
authorJohn Levon <levon@movementarian.org>
Wed, 30 Apr 2003 02:04:00 +0000 (02:04 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 30 Apr 2003 02:04:00 +0000 (02:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6892 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/LColor.C

index af4c0df5063abe217adfe115892e7c6dedae6f8a..598c6e62a1ea559023287f1cec74153dfc5e43d6 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-30  John Levon  <levon@movementarian.org>
+
+       * LColor.C: s/tabular/table/
+
 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (dispatch): do not convert iterator -> pointer
index 7f0d978357e20fbe3421e1165cdeb4ccc8c505d9..698b5653233f6e7ee64eccda51e98f68dfb12afa 100644 (file)
@@ -84,9 +84,9 @@ LColor::LColor()
        { newtext, N_("Added text"), "newtext", "Blue", "newtext" },
        { added_space, N_("added space markers"), "added_space", "Brown", "added_space" },
        { topline, N_("top/bottom line"), "topline", "Brown", "topline" },
-       { tabularline, N_("tabular line"), "tabularline", "black",
+       { tabularline, N_("table line"), "tabularline", "black",
             "tabularline" },
-       { tabularonoffline, N_("tabular on/off line"), "tabularonoffline",
+       { tabularonoffline, N_("table on/off line"), "tabularonoffline",
             "LightSteelBlue", "tabularonoffline" },
        { bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" },
        { pagebreak, N_("page break"), "pagebreak", "RoyalBlue", "pagebreak" },