diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-06-29 03:59:50 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-06-29 03:59:50 +1000 |
commit | e3e2f7d5513029cf5b63fa0e47e9bf716eb054b3 (patch) | |
tree | fc0a212553b8188c87f76f9c3f2a957abc34bd36 | |
parent | 8c873c0ae8391587a90996c946279dcd93376875 (diff) | |
download | pentadactyl-e3e2f7d5513029cf5b63fa0e47e9bf716eb054b3.tar.gz |
Remove duplicate help entry for :tabduplicate.
--HG--
extra : rebase_source : 534765ab51317e566b54d1a8d264d24942c864f5
-rw-r--r-- | common/locale/en-US/tabs.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index 2c70cf8a..d275bfe3 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -82,17 +82,6 @@ </description> </item> -<item> - <tags>:tabdu :tabduplicate</tags> - <spec>:<oa>count</oa>tabdu<oa>plicate</oa></spec> - <description> - <p> - Duplicate the current tab and focus the duplicate. If - <oa>count</oa> is given, duplicate the tab <oa>count</oa> times. - </p> - </description> -</item> - <!-- TODO: should the tab commands be moved back here? --> <p> See <t>opening</t> for other ways to open new tabs. |