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

List:       kde-commits
Subject:    koffice/libs/pigment
From:       Malcolm Hunter <malcolm.hunter () gmx ! co ! uk>
Date:       2009-04-10 10:12:37
Message-ID: 1239358357.289224.15817.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 951822 by mhunter:

Typographical and grammar corrections

 M  +7 -7      colorspaces/KoAlphaColorSpace.h  
 M  +1 -1      compositeops/KoCompositeOpAlphaDarken.h  


--- trunk/koffice/libs/pigment/colorspaces/KoAlphaColorSpace.h #951821:951822
@@ -122,35 +122,35 @@
     virtual KoColorTransformation* createBrightnessContrastAdjustment(const quint16* \
transferValues) const  {
         Q_UNUSED(transferValues);
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
         return 0;
     }
     virtual KoColorTransformation* createDesaturateAdjustment() const
     {
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
         return 0;
     }
     virtual KoColorTransformation* createPerChannelAdjustment(const quint16* const*) \
const  {
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
         return 0;
     }
     virtual KoColorTransformation *createDarkenAdjustment(qint32 , bool , qreal ) \
const  {
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
         return 0;
     }
     virtual void invertColor(quint8*, qint32) const
     {
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
     }
     virtual void colorToXML( const quint8* , QDomDocument& , QDomElement& ) const
     {
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
     }
     virtual void colorFromXML( quint8* , const QDomElement& ) const
     {
-        warnPigment << i18n("Undefined operation in the alpha colorspace");
+        warnPigment << i18n("Undefined operation in the alpha color space");
     }
 
 public:
--- trunk/koffice/libs/pigment/compositeops/KoCompositeOpAlphaDarken.h #951821:951822
@@ -37,7 +37,7 @@
 public:
 
     KoCompositeOpAlphaDarken(const KoColorSpace * cs)
-        : KoCompositeOp(cs, COMPOSITE_ALPHA_DARKEN, i18n("Alphadarken" ) )
+        : KoCompositeOp(cs, COMPOSITE_ALPHA_DARKEN, i18n("Alpha darken" ) )
     {
     }
 


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

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