diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-12-17 08:49:44 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-12-18 21:50:09 +0100 |
commit | 72ee6012b056c50957e160f0ebf2b828b324db3e (patch) | |
tree | 6dc9677efc9c509e6dbdbaffeb85d1c9e6b40c56 /sw/uiconfig/swriter/toolbar/changes.xml | |
parent | 08e0a79aeba6fd41cbb51de3be48659619f27206 (diff) |
Typo: .uno:*TracedChange -> .uno:*TrackedChange.
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/changes.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/changes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/toolbar/changes.xml b/sw/uiconfig/swriter/toolbar/changes.xml index dc893879180d..47bad1f6ab37 100644 --- a/sw/uiconfig/swriter/toolbar/changes.xml +++ b/sw/uiconfig/swriter/toolbar/changes.xml @@ -23,8 +23,8 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:PreviousTrackedChange" toolbar:text="Previous"/> <toolbar:toolbaritem xlink:href=".uno:NextTrackedChange" toolbar:text="Next"/> - <toolbar:toolbaritem xlink:href=".uno:AcceptTracedChange" toolbar:text="Accept" toolbar:helpid="10625"/> - <toolbar:toolbaritem xlink:href=".uno:RejectTracedChange" toolbar:text="Reject" toolbar:helpid="10626"/> + <toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChange" toolbar:text="Accept" toolbar:helpid="10625"/> + <toolbar:toolbaritem xlink:href=".uno:RejectTrackedChange" toolbar:text="Reject" toolbar:helpid="10626"/> <toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChanges" toolbar:text="List" toolbar:helpid="10622"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:CommentChangeTracking" toolbar:text="Comment" toolbar:helpid="10625"/> |