Make display of failed transactions more obvious in the Account/Shop plugin.

This commit is contained in:
Colin Kuskie 2009-10-19 15:21:39 -07:00
parent b8b7dc2875
commit 0ee4a7fa90
4 changed files with 21 additions and 3 deletions

View file

@ -621,6 +621,12 @@ our $I18N = {
context => q|field label|
},
'Status' => {
message => q|Status|,
lastUpdated => 0,
context => q|Whether a transaction was successful, or not.|
},
'payment method' => {
message => q|Payment Method|,
lastUpdated => 0,
@ -1695,6 +1701,17 @@ our $I18N = {
context => q|commerce setting help|
},
'Success' => {
message => q|Success|,
lastUpdated => 0,
context => q|commerce setting help|
},
'Failed' => {
message => q|Failure|,
lastUpdated => 0,
context => q|commerce setting help|
},
};