summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-27 10:36:16 -0700
committerStefano Karapetsas <[email protected]>2013-04-27 10:36:16 -0700
commit4aaf8afec38324f6208e2faf21b7b29a195eee80 (patch)
treec2f11ddd7a24506de85cc4f111cfcbc419e9c3f2 /src
parent5b229d041d50dd85e0ef89d7d8e85bebc0a4b0d6 (diff)
parente6ad2e33f7a62324b73bcda79c072090a532a030 (diff)
downloadmate-calc-4aaf8afec38324f6208e2faf21b7b29a195eee80.tar.bz2
mate-calc-4aaf8afec38324f6208e2faf21b7b29a195eee80.tar.xz
Merge pull request #15 from stefanct/master
keyboard shifts again
Diffstat (limited to 'src')
-rw-r--r--src/math-buttons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math-buttons.c b/src/math-buttons.c
index ade7efc..518a487 100644
--- a/src/math-buttons.c
+++ b/src/math-buttons.c
@@ -247,10 +247,10 @@ static ButtonData button_data[] = {
N_("Undo [Ctrl+Z]")},
{"shift_left", NULL, ACTION,
/* Tooltip for the shift left button */
- N_("Shift Left")},
+ N_("Shift Left [<<]")},
{"shift_right", NULL, ACTION,
/* Tooltip for the shift right button */
- N_("Shift Right")},
+ N_("Shift Right [>>]")},
{"finc_compounding_term", NULL, FUNCTION,
/* Tooltip for the compounding term button */
N_("Compounding Term")},