Skip to content

Commit

Permalink
Merge pull request #85 from aroraumang/feature/task-7442
Browse files Browse the repository at this point in the history
Changed message on export order status wizard #7442
  • Loading branch information
tarunbhardwaj committed Mar 30, 2015
2 parents 18dc825 + 2f81c4f commit 561bdfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,7 @@ def default_start(self, data):
return {
'message': "This wizard will export orders status to magento " +
"for this store view. All the orders edited/updated after " +
"the Last Order Export Time will be exported. [NOTE: This " +
"feature is currently available only for Canceled Orders]"
"the Last Order Export Time will be exported."
}

def do_export_(self, action):
Expand Down

0 comments on commit 561bdfb

Please sign in to comment.