From 317b132d3118065445af174bdb4cb8dfe836ee0d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 15 Nov 2016 11:23:11 +0100 Subject: [PATCH 1/2] convert text to single line so tabs in translation issue is fixed Signed-off-by: Jan-Christoph Borchardt --- settings/templates/personal.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index ea1c7ba6459..41c04ac48cd 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -182,12 +182,7 @@ if($_['passwordChangeSupported']) {

- t('If you want to support the project - join development - or - spread the word!'));?> + t('If you want to support the project join development or spread the word!'));?>

From 06d88013288ada5bf7c29962d5f75267df0a8f9f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 16 Nov 2016 10:23:30 +0100 Subject: [PATCH 2/2] No HTML in string Signed-off-by: Roeland Jago Douma --- settings/templates/personal.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 41c04ac48cd..69d3660477d 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -182,7 +182,16 @@ if($_['passwordChangeSupported']) {

- t('If you want to support the project join development or spread the word!'));?> + ', + '', + ], + $l->t('If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!'))); ?>