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

[email protected] Wed, 19 Jan 2005 16:17:10 +0100
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv16121

Modified Files:
	estateview.cpp 
Log Message:
CVS_SILENT
fix typos


Index: estateview.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/estateview.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- estateview.cpp	6 Oct 2004 10:07:25 -0000	1.79
+++ estateview.cpp	19 Jan 2005 15:17:07 -0000	1.80
@@ -74,9 +74,9 @@
 		{
 			toolTip.append( "\n" + i18n("Owner: %1").arg( m_estate->owner()->name() ) );
 			if ( m_estate->isMortgaged() )
-				toolTip.append( "\n" + i18n("Unmortage Price: %1").arg( m_estate->unmortgagePrice() ) );
+				toolTip.append( "\n" + i18n("Unmortgage Price: %1").arg( m_estate->unmortgagePrice() ) );
 		     	else
-		     		toolTip.append( "\n" + i18n("Mortage Value: %1").arg( m_estate->mortgagePrice() ) );	
+		     		toolTip.append( "\n" + i18n("Mortgage Value: %1").arg( m_estate->mortgagePrice() ) );	
 			if ( m_estate->canSellHouses() )
 				toolTip.append( "\n" + i18n("House Value: %1").arg( m_estate->houseSellPrice() ) );
 			if ( m_estate->canBuyHouses() )