add: Calendar can now choose workflow for Events
fix: Event now saves ownerUserId correctly add: GalleryAlbum now shows link to add a Photo added a test skeleton for Test::WWW::Mechanize tests
This commit is contained in:
parent
684ce5a7ca
commit
7668f68980
13 changed files with 533 additions and 15 deletions
|
|
@ -459,6 +459,12 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{Label for button to confirm the delete},
|
||||
},
|
||||
|
||||
'what next' => {
|
||||
message => q{What Next?},
|
||||
lastUpdated => 0,
|
||||
context => 'Title for the list of actions a user can take after saving a Gallery Album',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue