diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-22 13:45:47 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-22 13:45:47 +0200 |
commit | 6dfd601bb6cf3b8785d0e1f9558ffadc3e2c39d3 (patch) | |
tree | 50d88a3c6e56394fe46efcff3a1a1d5bc77790c2 | |
parent | 79fb61efb847405fa47235002b52ee8efad5e339 (diff) |
remove superfluous " at end of string
Change-Id: Id5280f3ea136e061f4c1e21a60aeedf2d56d0bea
-rw-r--r-- | desktop/uiconfig/ui/licensedialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/uiconfig/ui/licensedialog.ui b/desktop/uiconfig/ui/licensedialog.ui index 8a7ed1d675af..bc357838da06 100644 --- a/desktop/uiconfig/ui/licensedialog.ui +++ b/desktop/uiconfig/ui/licensedialog.ui @@ -146,7 +146,7 @@ <property name="valign">start</property> <property name="hexpand">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."</property> + <property name="label" translatable="yes">Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text.</property> <property name="wrap">True</property> <property name="max_width_chars">55</property> </object> |