diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-01 16:17:39 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-02 08:00:53 +0200 |
commit | 2fd7e4300367754b6d08ff1ebb96970ef91966b6 (patch) | |
tree | 1b2bc729086e8f805f67c81f820c3d6a6e7226da /cui | |
parent | 47caf3adb79f4db0461834155b1beb0bdb14e399 (diff) |
Remove accidental newline from ui context
Change-Id: I4ccd844e21ddd3052d0380d4ca98eda30cbeb49d
Reviewed-on: https://gerrit.libreoffice.org/74959
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optpathspage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optpathspage.ui b/cui/uiconfig/ui/optpathspage.ui index 383cdf4c6ab3..1cfdb9c8bd7e 100644 --- a/cui/uiconfig/ui/optpathspage.ui +++ b/cui/uiconfig/ui/optpathspage.ui @@ -83,7 +83,7 @@ <object class="GtkLabel" id="internal_paths"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optpathspage|internal_paths ">Internal Paths</property> + <property name="label" translatable="yes" context="optpathspage|internal_paths">Internal Paths</property> </object> <packing> <property name="left_attach">2</property> |