diff options
author | Andras Timar <atimar@suse.com> | 2012-12-03 12:21:56 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-12-03 12:23:14 +0100 |
commit | c4c861b02d629739f19212e1757803dc1aab302e (patch) | |
tree | 46c42e953f65fa53dab7975e7383ba061f1df9f3 /cui | |
parent | 356e361221a5be32c8b6e002670136be9b14175a (diff) |
remove line feed from label text
Change-Id: Iebd0054605ace7dfd15ee106be6f594ea1e7e0c6
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/select_persona_dialog.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui index e7049742ad3e..1e7d3336df43 100644 --- a/cui/uiconfig/ui/select_persona_dialog.ui +++ b/cui/uiconfig/ui/select_persona_dialog.ui @@ -85,8 +85,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">First visit Firefox Personas (http://www.getpersonas.com). -Find Persona you like, and want to choose for LibreOffice.</property> + <property name="label" translatable="yes">First visit Firefox Personas (http://www.getpersonas.com). Find Persona you like, and want to choose for LibreOffice.</property> <property name="wrap">True</property> <property name="max_width_chars">54</property> </object> |