diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-27 10:36:16 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-27 10:36:16 -0700 |
commit | 4aaf8afec38324f6208e2faf21b7b29a195eee80 (patch) | |
tree | c2f11ddd7a24506de85cc4f111cfcbc419e9c3f2 /src | |
parent | 5b229d041d50dd85e0ef89d7d8e85bebc0a4b0d6 (diff) | |
parent | e6ad2e33f7a62324b73bcda79c072090a532a030 (diff) | |
download | mate-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.c | 4 |
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")}, |