i copied this code directly from MetaBundle<br><br><div class="gmail_quote">On Feb 16, 2008 1:46 PM, Jeff Mitchell &lt;<a href="mailto:kde-dev@emailgoeshere.com" target="_blank">kde-dev@emailgoeshere.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>On Saturday 16 February 2008, Maximilian Kossick wrote:<br>&gt; +QString<br>&gt; +Meta::prettyRating( int rating )<br>&gt; +{<br>&gt; + &nbsp; &nbsp;switch( rating )<br>&gt; + &nbsp; &nbsp;{<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 2: return i18n( &quot;Awful&quot; );<br>

&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 3: return i18n( &quot;Barely tolerable&quot; );<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 4: return i18n( &quot;Tolerable&quot; );<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 5: return i18n( &quot;Okay&quot; );<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 6: return i18n( &quot;Good&quot; );<br>

&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 7: return i18n( &quot;Very good&quot; );<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 8: return i18n( &quot;Excellent&quot; );<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 9: return i18n( &quot;Amazing&quot; );<br>&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 10: return i18n( &quot;Favorite&quot; );<br>

&gt; + &nbsp; &nbsp; &nbsp; &nbsp;case 0: default: return i18n( &quot;Not rated&quot; ); // assume weird<br>&gt; values as not rated + &nbsp; &nbsp;}<br>&gt; + &nbsp; &nbsp;return &quot;if you can see this, then that&#39;s a bad sign.&quot;;<br>&gt; +}<br><br>
</div>
Is there a reason you left out &quot;1&quot;?<br><font color="#888888"><br>--Jeff<br></font></blockquote></div><br>