diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-23 15:34:50 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-23 15:34:50 -0600 |
commit | 7c613d8f1bd9cb274a0e93ab959dc30f303b3cf8 (patch) | |
tree | 85729cd7d20d367f4a3ab3d6bddd02207f88ae92 /svx/uiconfig/ui/sidebarempty.ui | |
parent | 195eae4852012eed6da72c0a9f55094a09aa2867 (diff) |
Remove extraneous quotation mark
Problem reported by Mihail Balabanov on the l10n list.
Change-Id: I674ef261b8739c0f9669207a258d0597f36d9b9a
Diffstat (limited to 'svx/uiconfig/ui/sidebarempty.ui')
-rw-r--r-- | svx/uiconfig/ui/sidebarempty.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/sidebarempty.ui b/svx/uiconfig/ui/sidebarempty.ui index 4a59d8f5592e..a7bfd46be0cc 100644 --- a/svx/uiconfig/ui/sidebarempty.ui +++ b/svx/uiconfig/ui/sidebarempty.ui @@ -21,7 +21,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="label" translatable="yes" context="sidebarempty|RID_SIDEBAR_EMPTY_PANEL_TEXT">Properties for the task that you are performing are not available for the current selection"</property> + <property name="label" translatable="yes" context="sidebarempty|RID_SIDEBAR_EMPTY_PANEL_TEXT">Properties for the task that you are performing are not available for the current selection.</property> <property name="wrap">True</property> <property name="max_width_chars">12</property> <property name="xalign">0</property> |