move createShortcut to an assetHelper

This commit is contained in:
Doug Bell 2011-02-23 16:36:34 -06:00
parent 3dbb9815f6
commit 8650e714b5
4 changed files with 165 additions and 0 deletions

View file

@ -4720,6 +4720,12 @@ Users may override this setting in their profile.
lastUpdated => 0,
context => q{Label for button to log out.},
},
'shortcut created' => {
message => q{Shortcut created},
lastUpdated => 0,
context => q{Message after a shortcut is created successfully},
},
};
1;