Skip to content

Commit

Permalink
put the ts all on one line to help scanning for translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
highfalutin committed May 25, 2023
1 parent f46df8f commit 16bc299
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Civi/Api4/Query/SqlFunctionIF.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ public static function getTitle(): string {
* @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.');
}

}

0 comments on commit 16bc299

Please sign in to comment.