[Bug 120217] Typo in Réaumur degrees

Pino Toscano toscano.pino at tiscali.it
Mon Feb 13 18:56:36 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120217         




------- Additional Comments From toscano.pino tiscali it  2006-02-13 18:56 -------
SVN commit 509100 by pino:

Spell the unit correctly.

CCBUG: 120217


 M  +2 -2      element.cpp  
 M  +1 -1      settings_units.ui  


--- branches/KDE/3.5/kdeedu/kalzium/src/element.cpp #509099:509100
 @ -161,8 +161,8  @
 				case 3: // Kelvin to Rankine
 					v = i18n( "%1 is the temperature in Rankine", "%1 %2Ra" ).arg( newvalue ).arg( QChar(0xB0) );
 					break;
-				case 4: // Kelvin to Reamur
-					v = i18n( "%1 is the temperature in Reamur", "%1 %2R" ).arg( newvalue ).arg( QChar(0xB0) );
+				case 4: // Kelvin to Reaumur
+					v = i18n( "%1 is the temperature in Reaumur", "%1 %2R" ).arg( newvalue ).arg( QChar(0xB0) );
 					break;
 			}
 		}
--- branches/KDE/3.5/kdeedu/kalzium/src/settings_units.ui #509099:509100
 @ -86,7 +86,7  @
                         <cstring>radioButton22</cstring>
                     </property>
                     <property name="text">
-                        <string>Use degrees &amp;Réamur</string>
+                        <string>Use degrees &amp;Réaumur</string>
                     </property>
                     <property name="buttonGroupId">
                         <number>4</number>


More information about the Kalzium mailing list