diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-04-27 10:30:05 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-04-27 11:27:27 +0200 |
commit | 3ab6d246cc44617af5ed416b5d49f2f35b61ceea (patch) | |
tree | b38b6f5deef0d6dcd4e37abc24a10a943eb6502e | |
parent | 1b794249c8fbceac599525f53914b8b3463ff4e3 (diff) |
tdf#101760 Rename "Follow text flow" as "Keep inside text boundaries"
Change-Id: I6c602b80be566ad2b1af66715b660a561ac5ff2d
Reviewed-on: https://gerrit.libreoffice.org/71407
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/frmtypepage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/frmtypepage.ui b/sw/uiconfig/swriter/ui/frmtypepage.ui index 6b233bd5f560..da442c366b22 100644 --- a/sw/uiconfig/swriter/ui/frmtypepage.ui +++ b/sw/uiconfig/swriter/ui/frmtypepage.ui @@ -695,7 +695,7 @@ </child> <child> <object class="GtkCheckButton" id="followtextflow"> - <property name="label" translatable="yes" context="frmtypepage|followtextflow">Follow text flow</property> + <property name="label" translatable="yes" context="frmtypepage|followtextflow">Keep inside text boundaries</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |