[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui estateview.cpp, 1.78, 1.79

[email protected] Wed, 06 Oct 2004 12:07:30 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv29723/libatlantikui

Modified Files:
	estateview.cpp 
Log Message:
oops

Index: estateview.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/estateview.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- estateview.cpp	6 Oct 2004 09:42:32 -0000	1.78
+++ estateview.cpp	6 Oct 2004 10:07:25 -0000	1.79
@@ -78,9 +78,9 @@
 		     	else
 		     		toolTip.append( "\n" + i18n("Mortage Value: %1").arg( m_estate->mortgagePrice() ) );	
 			if ( m_estate->canSellHouses() )
-				toolTip.append( "\n" + il8n("House Value: %1").arg( m_estate->houseSellPrice() ) );
+				toolTip.append( "\n" + i18n("House Value: %1").arg( m_estate->houseSellPrice() ) );
 			if ( m_estate->canBuyHouses() )
-				toolTip.append( "\n" + il8n("House Price: %1").arg( m_estate->housePrice() ) );
+				toolTip.append( "\n" + i18n("House Price: %1").arg( m_estate->housePrice() ) );
 		}
 		else if ( m_estate->canBeOwned() )
 			toolTip.append( "\n" + i18n("Price: %1").arg( m_estate->price() ) );