diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-09-15 10:43:30 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-09-15 15:02:05 +0200 |
commit | b9ddba1d097176e9742e7bb09f591e82b96fffa0 (patch) | |
tree | edc27deaaf0339e064b10acb0e2c85060bc3daaa /cui | |
parent | 1f543b817a7e8bdef9482c4c61bc1672bf04e39f (diff) |
Add space after text for better string concat
Change-Id: Ib8a9975091f3a17fbc90a0f1bf5eb4b736009099
Reviewed-on: https://gerrit.libreoffice.org/40095
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/searchformatdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/searchformatdialog.ui b/cui/uiconfig/ui/searchformatdialog.ui index 8a4f612c876b..5ad05730aaa2 100644 --- a/cui/uiconfig/ui/searchformatdialog.ui +++ b/cui/uiconfig/ui/searchformatdialog.ui @@ -5,7 +5,7 @@ <object class="GtkDialog" id="SearchFormatDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes" context="searchformatdialog|SearchFormatDialog">Text Format</property> + <property name="title" translatable="yes" context="searchformatdialog|SearchFormatDialog">Text Format </property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> |