From e6ad2e33f7a62324b73bcda79c072090a532a030 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Thu, 18 Apr 2013 20:31:43 +0200 Subject: 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}' --- po/as.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'po/as.po') diff --git a/po/as.po b/po/as.po index 84ff970..0279c1f 100644 --- a/po/as.po +++ b/po/as.po @@ -420,14 +420,14 @@ msgstr "আখৰ (_a):" #. Accessible name for the shift left button #. Tooltip for the shift left button #: ../data/buttons-programming.ui.h:23 ../src/math-buttons.c:250 -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:25 ../src/math-buttons.c:253 -msgid "Shift Right" -msgstr "সোঁফালে স্থানান্তৰ কৰক" +msgid "Shift Right [>>]" +msgstr "সোঁফালে স্থানান্তৰ কৰক [>>]" #. Accessible name for the insert character button #: ../data/buttons-programming.ui.h:27 -- cgit v1.2.1