diff options
author | Stefan Tauner <[email protected]> | 2013-04-18 20:31:43 +0200 |
---|---|---|
committer | Stefan Tauner <[email protected]> | 2013-04-18 20:31:43 +0200 |
commit | e6ad2e33f7a62324b73bcda79c072090a532a030 (patch) | |
tree | 5dd88d442f807c654792c1f8164e3514f0604469 /po/[email protected] | |
parent | 1807e468fe1f30231248b41cee709d918ae91c73 (diff) | |
download | mate-calc-e6ad2e33f7a62324b73bcda79c072090a532a030.tar.bz2 mate-calc-e6ad2e33f7a62324b73bcda79c072090a532a030.tar.xz |
Add tooltip mentioning keys to shift buttons again.
Also, change them in all translations with the help of find and sed.
I am not entirely sure if this is correct for RTL languages like arabic,
but it does look similar to the other tooltips :)
Commands used:
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [<<]"\n\1 [<<]"/g}'
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [>>]"\n\1 [>>]"/g}'
Diffstat (limited to 'po/[email protected]')
-rw-r--r-- | po/[email protected] | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/[email protected] b/po/[email protected] index 37fe4af..91427a2 100644 --- a/po/[email protected] +++ b/po/[email protected] @@ -422,14 +422,14 @@ msgstr "𐑦𐑯𐑕𐑻𐑑 𐑒𐑨𐑮𐑩𐑒𐑑𐑼 𐑒𐑴𐑛" #. Accessible name for the shift left button #. Tooltip for the shift left button #: ../data/buttons-programming.ui.h:28 ../src/math-buttons.c:243 -msgid "Shift Left" -msgstr "𐑖𐑦𐑓𐑑 𐑤𐑧𐑓𐑑" +msgid "Shift Left [<<]" +msgstr "𐑖𐑦𐑓𐑑 𐑤𐑧𐑓𐑑 [<<]" #. Accessible name for the shift right button #. Tooltip for the shift right button #: ../data/buttons-programming.ui.h:30 ../src/math-buttons.c:246 -msgid "Shift Right" -msgstr "𐑖𐑦𐑓𐑑 𐑮𐑲𐑑" +msgid "Shift Right [>>]" +msgstr "𐑖𐑦𐑓𐑑 𐑮𐑲𐑑 [>>]" #. Insert ASCII dialog: Button to insert selected character #: ../data/buttons-programming.ui.h:38 |