[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeedu (silent)
From:       Stephan Binner <binner () kde ! org>
Date:       2005-09-03 10:23:40
Message-ID: 1125743020.053853.23809.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 456587 by binner:

SVN_SILENT i18n style guide fixes


 M  +1 -1      blinken/src/artsplayer.cpp  
 M  +1 -1      blinken/src/blinken.cpp  
 M  +1 -1      kmplot/kmplot/MainDlg.cpp  
 M  +1 -1      kmplot/kmplot/kminmax.cpp  


--- branches/KDE/3.5/kdeedu/blinken/src/artsplayer.cpp #456586:456587
@@ -36,7 +36,7 @@
 	m_bluePath = locate("appdata","sounds/3.wav");
 	m_yellowPath = locate("appdata","sounds/4.wav");
 #else
-	KMessageBox::information(0, i18n("aRts was not found, therefore the sounds will be \
disabled."), i18n("Sounds disabled"), "infoaboutartsnotfound"); \
+	KMessageBox::information(0, i18n("aRts was not found, therefore the sounds will be \
disabled."), i18n("Sounds Disabled"), "infoaboutartsnotfound");  #endif
 }
 
--- branches/KDE/3.5/kdeedu/blinken/src/blinken.cpp #456586:456587
@@ -348,7 +348,7 @@
 	if (hsd->scoreGoodEnough(m_game.level(), m_game.score()))
 	{
 		bool ok;
-		QString name = KInputDialog::getText(i18n("Enter your name"), i18n("Name:"), \
m_lastName, &ok); +		QString name = KInputDialog::getText(i18n("Enter Your Name"), \
i18n("Name:"), m_lastName, &ok);  if (!name.isNull() && ok)
 		{
 			m_lastName = name;
--- branches/KDE/3.5/kdeedu/kmplot/kmplot/MainDlg.cpp #456586:456587
@@ -176,7 +176,7 @@
 	KAction *mnuYValue =  new KAction( i18n( "&Get y-Value..." ), 0, this, SLOT( \
getYValue() ), actionCollection(), "yvalue" );  KAction *mnuMinValue = new KAction( \
i18n( "&Search for Minimum Value..." ), "minimum", 0, this, SLOT( findMinimumValue() \
), actionCollection(), "minimumvalue" );  KAction *mnuMaxValue = new KAction( i18n( \
"&Search for Maximum Value..." ), "maximum", 0, this, SLOT( findMaximumValue() ), \
                actionCollection(), "maximumvalue" );
-	KAction *mnuArea = new KAction( i18n( "&Calculate integral" ), 0, this, SLOT( \
graphArea() ), actionCollection(), "grapharea" ); +	KAction *mnuArea = new KAction( \
i18n( "&Calculate Integral" ), 0, this, SLOT( graphArea() ), actionCollection(), \
"grapharea" );  
 	connect( m_quickEdit, SIGNAL( returnPressed( const QString& ) ), this, SLOT( \
slotQuickEdit( const QString& ) ) );  KWidgetAction* quickEditAction =  new \
KWidgetAction( m_quickEdit, i18n( "Quick Edit" ), 0, this, 0, actionCollection(), \
                "quickedit" );
--- branches/KDE/3.5/kdeedu/kmplot/kmplot/kminmax.cpp #456586:456587
@@ -120,7 +120,7 @@
 		QToolTip::add(max,i18n("Upper boundary of the plot range"));
 		QWhatsThis::add(max,i18n("Enter the upper boundary of the plot range. Expressions \
like 2*pi are allowed, too."));  
-		setCaption(i18n("Calculate integral"));
+		setCaption(i18n("Calculate Integral"));
 		lblMin->setText(i18n("Calculate the integral between the x-values:"));
 		lblMax->setText(i18n("and:"));
 		cmdFind->setText(i18n("&Calculate"));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic