From 317b132d3118065445af174bdb4cb8dfe836ee0d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 15 Nov 2016 11:23:11 +0100 Subject: [PATCH] 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!'));?>

-- 2.39.5