author | drw <drw> | 2003-07-20 17:00:28 (UTC) |
---|---|---|
committer | drw <drw> | 2003-07-20 17:00:28 (UTC) |
commit | 2fdb15d45c336bbe1540bd9de6b5bfaea13df163 (patch) (unidiff) | |
tree | f17fe43b2aca765412782cee96091b1c134187c5 | |
parent | 67b69b7aede83ccb0d933dec9bd959f01eb6ea06 (diff) | |
download | opie-2fdb15d45c336bbe1540bd9de6b5bfaea13df163.zip opie-2fdb15d45c336bbe1540bd9de6b5bfaea13df163.tar.gz opie-2fdb15d45c336bbe1540bd9de6b5bfaea13df163.tar.bz2 |
Fix for bug #1022 - correct English spelling of electronics
-rw-r--r-- | noncore/apps/checkbook/transaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/checkbook/transaction.cpp b/noncore/apps/checkbook/transaction.cpp index 07d5ae1..c94b989 100644 --- a/noncore/apps/checkbook/transaction.cpp +++ b/noncore/apps/checkbook/transaction.cpp | |||
@@ -231,17 +231,17 @@ void Transaction::slotWithdrawalClicked() | |||
231 | { | 231 | { |
232 | catList->clear(); | 232 | catList->clear(); |
233 | catList->insertItem( tr( "Automobile" ) ); | 233 | catList->insertItem( tr( "Automobile" ) ); |
234 | catList->insertItem( tr( "Bills" ) ); | 234 | catList->insertItem( tr( "Bills" ) ); |
235 | catList->insertItem( tr( "CDs" ) ); | 235 | catList->insertItem( tr( "CDs" ) ); |
236 | catList->insertItem( tr( "Clothing" ) ); | 236 | catList->insertItem( tr( "Clothing" ) ); |
237 | catList->insertItem( tr( "Computer" ) ); | 237 | catList->insertItem( tr( "Computer" ) ); |
238 | catList->insertItem( tr( "DVDs" ) ); | 238 | catList->insertItem( tr( "DVDs" ) ); |
239 | catList->insertItem( tr( "Eletronics" ) ); | 239 | catList->insertItem( tr( "Electronics" ) ); |
240 | catList->insertItem( tr( "Entertainment" ) ); | 240 | catList->insertItem( tr( "Entertainment" ) ); |
241 | catList->insertItem( tr( "Food" ) ); | 241 | catList->insertItem( tr( "Food" ) ); |
242 | catList->insertItem( tr( "Gasoline" ) ); | 242 | catList->insertItem( tr( "Gasoline" ) ); |
243 | catList->insertItem( tr( "Misc" ) ); | 243 | catList->insertItem( tr( "Misc" ) ); |
244 | catList->insertItem( tr( "Movies" ) ); | 244 | catList->insertItem( tr( "Movies" ) ); |
245 | catList->insertItem( tr( "Rent" ) ); | 245 | catList->insertItem( tr( "Rent" ) ); |
246 | catList->insertItem( tr( "Travel" ) ); | 246 | catList->insertItem( tr( "Travel" ) ); |
247 | catList->setCurrentItem( 0 ); | 247 | catList->setCurrentItem( 0 ); |