From 610d24da1e684a13891298b05d411a3d47e6740e Mon Sep 17 00:00:00 2001 From: Yue Lin Ho Date: Fri, 5 Jun 2015 07:49:02 +0800 Subject: [PATCH] Add some hot-keys for menu items Signed-off-by: Yue Lin Ho Signed-off-by: Sven Strickroth --- Languages/Tortoise.pot | 20 ++++++++++---------- src/Resources/TortoiseProcENG.rc | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Languages/Tortoise.pot b/Languages/Tortoise.pot index 2c9af101c..a3deee639 100644 --- a/Languages/Tortoise.pot +++ b/Languages/Tortoise.pot @@ -6917,20 +6917,20 @@ msgstr "" msgid "Paste" msgstr "" -#. Resource IDs: (9644) -msgid "Paste Recent Message..." +#. Resource IDs: (2750) +msgid "Paste &filename list" msgstr "" -#. Resource IDs: (16908) -msgid "Paste Tool\nPaste" +#. Resource IDs: (2751) +msgid "Paste &last commit message" msgstr "" -#. Resource IDs: (2750) -msgid "Paste filename list" +#. Resource IDs: (9644) +msgid "Paste &recent message..." msgstr "" -#. Resource IDs: (2751) -msgid "Paste last commit message" +#. Resource IDs: (16908) +msgid "Paste Tool\nPaste" msgstr "" #. Resource IDs: (226) @@ -7011,11 +7011,11 @@ msgid "Pick" msgstr "" #. Resource IDs: (1430) -msgid "Pick commit hash" +msgid "Pick commit &hash" msgstr "" #. Resource IDs: (1431) -msgid "Pick commit message" +msgid "Pick commit &message" msgstr "" #. Resource IDs: (1103) diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 6c680a9ca..48999c6b1 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -3520,8 +3520,8 @@ BEGIN IDS_SMTP_DIRECTLY "SMTP, directly to destination server" IDS_PROC_GITCONFIG_ASKTAGOPT "To avoid fetching wrong tags, if this is not an official remote,\nyou are advised to disable tag fetching for this remote.\nDisable tag fetching?" - IDS_COMMITDLG_POPUP_PICKCOMMITHASH "Pick commit hash" - IDS_COMMITDLG_POPUP_PICKCOMMITMESSAGE "Pick commit message" + IDS_COMMITDLG_POPUP_PICKCOMMITHASH "Pick commit &hash" + IDS_COMMITDLG_POPUP_PICKCOMMITMESSAGE "Pick commit &message" IDS_REPOBROWSE_INFO "%1!s!\r\nShowing %2!d! files, %3!d! submodules and %4!d! folders, %5!d! items in total" IDS_REPOBROWSE_INFOEXT "Submodule ""%1!s!""\r\nRevision %2!s!" IDS_REPOBROWSE_INFODIR "%1!s!" @@ -3949,8 +3949,8 @@ END STRINGTABLE BEGIN - IDS_COMMITDLG_POPUP_PASTEFILELIST "Paste filename list" - IDS_COMMITDLG_POPUP_PASTELASTMESSAGE "Paste last commit message" + IDS_COMMITDLG_POPUP_PASTEFILELIST "Paste &filename list" + IDS_COMMITDLG_POPUP_PASTELASTMESSAGE "Paste &last commit message" END STRINGTABLE @@ -4284,7 +4284,7 @@ BEGIN IDS_ERROR_NOCLEAN_STASH "The current working tree is not clean.\nDo you want to stash the changes?" IDS_ERROR_NOTHING_COMMIT "Nothing to commit" IDS_COMMIT_FINISH "Commit Finish" - IDS_COMMITDLG_POPUP_LOGHISTORY "Paste Recent Message..." + IDS_COMMITDLG_POPUP_LOGHISTORY "Paste &recent message..." IDS_REBASE_UPTODATE_FMT "Current branch %s is up to date\r\n\r\n If you want to force the rebase even if the current branch is a descendant of the commit you are rebasing onto, please check below ""Force Rebase"" checkbox." IDS_REBASE_FORCE_TT "Force the rebase even if the current branch is a descendant of the commit you are rebasing onto. \r\nNormally the command will exit with the message ""Current branch is up to date"" in such a situation." IDS_REBASE_ABORT_TT "Recover to the status before rebase" -- 2.11.4.GIT