diff options
author | Jeffrey Chang <jeffdchang@gmail.com> | 2011-07-12 09:11:27 +0800 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-07-18 09:53:54 -0400 |
commit | 74e24d9c98d1f3b333d00e78efbf081093abd8fb (patch) | |
tree | 171fd1f0e96de6e4fb36a9c8d671007fe9e36afc | |
parent | e68dcf570f7bec639927875b1f1c2b78fc2d0551 (diff) |
Changed undo insert horizontal ruler to rule.
-rw-r--r-- | sw/source/core/undo/undo.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src index f22cb387fe..9a440d9c7c 100644 --- a/sw/source/core/undo/undo.src +++ b/sw/source/core/undo/undo.src @@ -139,7 +139,7 @@ String STR_DRAG_AND_MOVE }; String STR_INSERT_RULER { - Text [ en-US ] = "Insert horizontal ruler" ; + Text [ en-US ] = "Insert horizontal rule" ; }; String STR_INSERT_CHART { |