summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Unruh <[email protected]>2020-03-28 20:38:47 +0100
committerrbuj <[email protected]>2020-04-07 22:20:50 +0200
commitc5f03c789d60649dc7d6e61f8347f40cbb3cd1db (patch)
tree69c7e9c1960082f3edb26e2223ddbfbc5f870e3d /src
parent07dde7c288ca85fdde4623cc894125f9590c8453 (diff)
downloadmate-calc-c5f03c789d60649dc7d6e61f8347f40cbb3cd1db.tar.bz2
mate-calc-c5f03c789d60649dc7d6e61f8347f40cbb3cd1db.tar.xz
math-buttons: add space character after inverse trig. functions
Diffstat (limited to 'src')
-rw-r--r--src/math-buttons.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math-buttons.c b/src/math-buttons.c
index 4e6e6da..84136a1 100644
--- a/src/math-buttons.c
+++ b/src/math-buttons.c
@@ -180,13 +180,13 @@ static ButtonData button_data[] = {
{"hyperbolic_tangent", "tanh ", FUNCTION,
/* Tooltip for the hyperbolic tangent button */
N_("Hyperbolic Tangent")},
- {"inverse_sine", "asin", FUNCTION,
+ {"inverse_sine", "asin ", FUNCTION,
/* Tooltip for the inverse sine button */
N_("Inverse Sine")},
- {"inverse_cosine", "acos", FUNCTION,
+ {"inverse_cosine", "acos ", FUNCTION,
/* Tooltip for the inverse cosine button */
N_("Inverse Cosine")},
- {"inverse_tangent", "atan", FUNCTION,
+ {"inverse_tangent", "atan ", FUNCTION,
/* Tooltip for the inverse tangent button */
N_("Inverse Tangent")},
{"inverse", "⁻¹", FUNCTION,