diff options
author | tof <> | 2007-09-28 09:45:24 +0000 |
---|---|---|
committer | tof <> | 2007-09-28 09:45:24 +0000 |
commit | 669bee106f7f72cf959152c55ed7209a03d6d119 (patch) | |
tree | d78a27d2ffb75da61268029379aecce41a6c40c4 /tests/FunctionalTests/tickets | |
parent | 3c83939b045813d691d4b701b71fd4d01c8492b6 (diff) |
Typos.
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket691.page | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page index 602f223a..6b560301 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page @@ -9,10 +9,10 @@ <com:TActiveLabel ID="Title" Text="Cast your vote:" /> <com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="RatingOption" OnCallback="list_oncallback" ActiveControl.EnableUpdate="true"> - <com:TListItem Value="1" Text="[One star" /> - <com:TListItem Value="2" Text="[Two stars" /> - <com:TListItem Value="3" Text="[Three stars" /> - <com:TListItem Value="4" Text="[Four stars" /> + <com:TListItem Value="1" Text="One star" /> + <com:TListItem Value="2" Text="Two stars" /> + <com:TListItem Value="3" Text="Three stars" /> + <com:TListItem Value="4" Text="Four stars" /> <com:TListItem Value="5" Text="Five stars" /> <com:TListItem Value="6" Text="Six stars" /> </com:TActiveRatingList> |