Package: qalculate-kde Followup-For: Bug #452492 Tags: patch > Since no units are capitalized in this line, I don't think that is a > bug. > > I will close this bug if you have no objections.
Excuse me jumping in here, but I don't see any indication that the original 2007 bugreporter (Davide Mancusi <[email protected]>) has received a copy of your call for objections... Please, re-read the subject line (or the content of the bugreport). "CELCIUS" is not, even disregarding case, the same ASCII string as "CELSIUS". ^ The typo seems to originate in doc/en/qalculate_kde/units.docbook; patch attached. Hope this helps... -- JBR Ankh kak! (Ancient Egyptian blessing)
diff -ru qalculate-kde-0.9.6.pristine/doc/en/qalculate_kde/units.docbook qalculate-kde-0.9.6/doc/en/qalculate_kde/units.docbook --- qalculate-kde-0.9.6.pristine/doc/en/qalculate_kde/units.docbook 2007-06-17 12:42:34.000000000 +0100 +++ qalculate-kde-0.9.6/doc/en/qalculate_kde/units.docbook 2009-03-03 21:26:13.000000000 +0000 @@ -1037,7 +1037,7 @@ <entry><para>1055.056</para></entry> </row> <row valign="top"> -<entry><para>Calorie (15 degrees Celcius)</para></entry> +<entry><para>Calorie (15 degrees Celsius)</para></entry> <entry><para>cal_fifteen</para></entry> <entry><para>J</para></entry> <entry><para>4.185880 (approximate)</para></entry> @@ -3021,8 +3021,8 @@ </thead> <tbody> <row valign="top"> -<entry><para>Degree Celcius</para></entry> -<entry><para>oC / °C / celcius</para></entry> +<entry><para>Degree Celsius</para></entry> +<entry><para>oC / °C / celsius</para></entry> <entry><para>K</para></entry> <entry><para>\x + 273.15</para></entry> </row>

