diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-11 20:21:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-11 20:22:59 +0000 |
commit | e9b366c58ec83b883de517ddb96e1558a5887c47 (patch) | |
tree | cce79a9bce79a9daacdb358318cf2688ffc10f63 /sw | |
parent | a0edd406695b92b9c8fbc0dabda9713903319e09 (diff) |
tweak caption strings for frames to be start/end
rather than above/below seeing as the caption is entered into the frame
(rather than outside the frame) at either the start or end of the frame
contents
Change-Id: I633ab6a03e9d47aab72cbade1cd812c8aa6c5a94
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 695257116a11..9111d94358aa 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -242,11 +242,11 @@ String SW_STR_NONE String STR_CAPTION_BEGINNING { - Text [ en-US ] = "Above" ; + Text [ en-US ] = "Start" ; }; String STR_CAPTION_END { - Text [ en-US ] = "Below" ; + Text [ en-US ] = "End" ; }; String STR_CAPTION_ABOVE { |