fix grammatical errors with contracted it (is|has)

This commit is contained in:
Colin Kuskie 2008-11-21 17:45:01 +00:00
parent adb17e78d5
commit 2c4584b1af
3 changed files with 7 additions and 6 deletions

View file

@ -213,8 +213,8 @@ our $I18N = {
},
'project delete warning' => {
message => q|Are you sure you wish to delete this project and all of it's associated tasks?|,
lastUpdated => 0
message => q|Are you sure you wish to delete this project and all of its associated tasks?|,
lastUpdated => 1227289374
},
'project start task label' => {
@ -381,8 +381,8 @@ our $I18N = {
},
'task samePredecessor error' => {
message => q|Task cannot be it's own predecessor|,
lastUpdated => 0
message => q|Task cannot be its own predecessor|,
lastUpdated => 1227289406
},
'task noPredecessor error' => {