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

List:       kde-commits
Subject:    playground/utils/kdelirc/kcmlirc
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-03-31 21:30:39
Message-ID: 1238535039.135189.30647.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 947611 by coles:

Corrected typo (oft Strings -> of Strings).



 M  +8 -8      editaction.cpp  


--- trunk/playground/utils/kdelirc/kcmlirc/editaction.cpp #947610:947611
@@ -260,8 +260,8 @@
                 tmp.append(tmp2);
                 tmp.first()->setEditable(false);
                 if(QVariant::nameToType(profileAction->arguments().at(i).type().toLocal8Bit()) \
                == QVariant::StringList){
-                    tmp.first()->setToolTip(i18n("A comma-separated list oft \
                Strings"));
-                    tmp.last()->setToolTip(i18n("A comma-separated list oft \
Strings")); +                    tmp.first()->setToolTip(i18n("A comma-separated list \
of Strings")); +                    tmp.last()->setToolTip(i18n("A comma-separated \
list of Strings"));  }
                 argumentsModel->appendRow(tmp);
             }
@@ -278,8 +278,8 @@
                 tmp.append(tmp2);
                 tmp.first()->setEditable(false);
                 if(QVariant::nameToType(profileActionArguments.at(i).type().toLocal8Bit()) \
                == QVariant::StringList){
-                    tmp.first()->setToolTip(i18n("A comma-separated list oft \
                Strings"));
-                    tmp.last()->setToolTip(i18n("A comma-separated list oft \
Strings")); +                    tmp.first()->setToolTip(i18n("A comma-separated list \
of Strings")); +                    tmp.last()->setToolTip(i18n("A comma-separated \
list of Strings"));  }
                 argumentsModel->appendRow(tmp);
             }
@@ -302,8 +302,8 @@
                 tmp.append(tmp2);
                 tmp.first()->setEditable(false);
                 if(p.getArguments().at(i).first == QVariant::StringList){
-                    tmp.first()->setToolTip(i18n("A comma-separated list oft \
                Strings"));
-                    tmp.last()->setToolTip(i18n("A comma-separated list oft \
Strings")); +                    tmp.first()->setToolTip(i18n("A comma-separated list \
of Strings")); +                    tmp.last()->setToolTip(i18n("A comma-separated \
list of Strings"));  }
                 argumentsModel->appendRow(tmp);
             }
@@ -317,8 +317,8 @@
                 tmp.append(tmp2);
                 tmp.first()->setEditable(false);
                 if(p.getArguments().at(i).first == QVariant::StringList){
-                    tmp.first()->setToolTip(i18n("A comma-separated list oft \
                Strings"));
-                    tmp.last()->setToolTip(i18n("A comma-separated list oft \
Strings")); +                    tmp.first()->setToolTip(i18n("A comma-separated list \
of Strings")); +                    tmp.last()->setToolTip(i18n("A comma-separated \
list of Strings"));  }
                 argumentsModel->appendRow(tmp);
             }


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

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