From 16bc29917b76d493d72d1bd134b13f0e45813c9b Mon Sep 17 00:00:00 2001 From: Noah Miller Date: Wed, 24 May 2023 17:50:21 -0700 Subject: [PATCH] put the ts all on one line to help scanning for translatable strings --- Civi/Api4/Query/SqlFunctionIF.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Civi/Api4/Query/SqlFunctionIF.php b/Civi/Api4/Query/SqlFunctionIF.php index f2a3a03176..31187b5f39 100644 --- a/Civi/Api4/Query/SqlFunctionIF.php +++ b/Civi/Api4/Query/SqlFunctionIF.php @@ -51,9 +51,7 @@ class SqlFunctionIF extends SqlFunction { * @return string */ public static function getDescription(): string { - return ts('If the field is boolean TRUE, or any number except 0, or a ' - . 'string starting with the digits 1-9, the first value, otherwise ' - . 'the second.'); + return ts('If the field is boolean TRUE, or any number except 0, or a string starting with the digits 1-9, the first value; otherwise the second.'); } } -- 2.25.1