Skip to content

Commit

Permalink
Dev Small translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 13, 2019
1 parent fc1dc82 commit 67f1a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class EMWarningInvalidComparison extends EMWarningBase
public function __construct(array $token)
{
$this->token = $token;
$this->msg = gT("This expression uses invalid comparaison. Are you sure you didn't mean numerical compare? See manual for more information.", 'unescaped');
$this->msg = gT("This expression uses a possibly invalid comparison. Are you sure you didn't mean to do a numerical comparison? See manual for more information.", 'unescaped');
$this->helpLink = "https://manual.limesurvey.org/Expression_Manager#Warning_with_mismatch_between_number_and_string_and_alphabetic_comparison";
}
}

0 comments on commit 67f1a3d

Please sign in to comment.