diff options
-rw-r--r-- | sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/optcompatpage.ui | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui index 057f9877a511..fbee20afb08d 100644 --- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui +++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui @@ -619,7 +619,7 @@ </child> <child> <object class="GtkCheckButton" id="cbCompatibility"> - <property name="label" translatable="yes" context="optimpressgeneralpage|cbCompatibility">Add _spacing between paragraphs and tables (in current document)</property> + <property name="label" translatable="yes" context="optimpressgeneralpage|cbCompatibility">Add _spacing between paragraphs and tables</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> 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> |