Add full stop to a message for consistency with a similar message

Change-Id: I2a5251286c9522688c842785089390045fe9d3ae
This commit is contained in:
Amir E. Aharoni 2015-08-01 11:54:03 +03:00
parent 992f781c88
commit efc8e845f8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"math-test-start": "Running backend tests for rendering mode ''$1''.",
"math-test-success": "Test ''$1'' <span style=\"color:green\">succeeded</span>.",
"math-test-contains-diff" : "Returned string $1 does not contain expected string $2.",
"math-test-equals-diff" : "Returned string $1 is different from expected string $2",
"math-test-equals-diff" : "Returned string $1 is different from expected string $2.",
"math_tip": "Mathematical formula (LaTeX)",
"math_unknown_error": "unknown error",
"math_unknown_function": "unknown function \"$1\"",