Closed (fixed)
Project:
Keyboard Shortcut Utility
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2012 at 18:42 UTC
Updated:
19 Mar 2013 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
ryantollefson commentedI think I found where to change it:
Line 299 of keyboard_shortcut.module should change from:
$output = l(t('Add a new shortcut'), 'node/add/shortcut', array('query' => $destination));->
$output = l(t('Add a new shortcut'), 'node/add/keyboard-shortcut', array('query' => $destination));Comment #2
matt v. commentedHere's a patch that corrects the link.
Comment #3
ivan zugec commentedPatch committed.