diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2017-12-11 15:55:06 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@googlemail.com> | 2017-12-13 08:36:45 +0100 |
commit | 5f9812e65e6c3c147c8143a046f934be4433fca6 (patch) | |
tree | a9da0dbfd73b3c3271d5a6c2f704300ebd9c294a /sw/uiconfig/swriter/ui | |
parent | fe95086edda6a846b58f4ed568257e3fab46a0da (diff) |
tdf#114310 Removed '(in current document)' from compatibility options
Change-Id: Ie91ca2c9aac9b3ab7ca103bf2e6b55d453255d77
Reviewed-on: https://gerrit.libreoffice.org/46242
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/optcompatpage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/optcompatpage.ui b/sw/uiconfig/swriter/ui/optcompatpage.ui index ed4a0c965a56..f297aeb6bc04 100644 --- a/sw/uiconfig/swriter/ui/optcompatpage.ui +++ b/sw/uiconfig/swriter/ui/optcompatpage.ui @@ -54,8 +54,8 @@ <property name="id_column">1</property> <items> <item translatable="yes" context="optcompatpage|format">Use printer metrics for document formatting</item> - <item translatable="yes" context="optcompatpage|format">Add spacing between paragraphs and tables (in current document)</item> - <item translatable="yes" context="optcompatpage|format">Add paragraph and table spacing at tops of pages (in current document)</item> + <item translatable="yes" context="optcompatpage|format">Add spacing between paragraphs and tables</item> + <item translatable="yes" context="optcompatpage|format">Add paragraph and table spacing at tops of pages</item> <item translatable="yes" context="optcompatpage|format">Use OpenOffice.org 1.1 tabstop formatting</item> <item translatable="yes" context="optcompatpage|format">Do not add leading (extra space) between lines of text</item> <item translatable="yes" context="optcompatpage|format">Use OpenOffice.org 1.1 line spacing</item> @@ -66,7 +66,7 @@ <item translatable="yes" context="optcompatpage|format">Expand word space on lines with manual line breaks in justified paragraphs</item> <item translatable="yes" context="optcompatpage|format">Protect form</item> <item translatable="yes" context="optcompatpage|format">MS Word-compatible trailing blanks</item> - <item translatable="yes" context="optcompatpage|format">Tolerate white lines of PDF page backgrounds for compatibility with old documents (in current document)</item> + <item translatable="yes" context="optcompatpage|format">Tolerate white lines of PDF page backgrounds for compatibility with old documents</item> <item translatable="yes" context="optcompatpage|format"><User settings></item> </items> </object> |