restore show running workflows ability for when spectre not running

This commit is contained in:
Graham Knop 2007-10-10 15:47:17 +00:00
parent 8cd7266d24
commit 3b16243ba7
3 changed files with 73 additions and 51 deletions

View file

@ -179,13 +179,13 @@ our $I18N = {
},
'spectre not running error' => {
message => q|Spectre <b>is not running</b>.<br/>Unable to get workflow information.|,
message => q|Spectre <b>is not running</b>.<br />Unable to get detailed workflow information.<br />|,
context => q||,
lastUpdated => 0,
lastUpdated => 1192031332,
},
'spectre no info error' => {
message => q|Spectre <b>is running</b>, but I was not able to get workflow information.|,
message => q|Spectre <b>is running</b>, but I was not able to get detailed workflow information.<br />|,
context => q||,
lastUpdated => 0,
},