forked from qt-creator/qt-creator
Rename Category: CodePaster -> Code Pasting.
Reviewed-By: TrustMe
This commit is contained in:
@@ -66,7 +66,7 @@ QString CodePasterSettingsPage::category() const
|
|||||||
|
|
||||||
QString CodePasterSettingsPage::trCategory() const
|
QString CodePasterSettingsPage::trCategory() const
|
||||||
{
|
{
|
||||||
return tr("CodePaster");
|
return tr("Code Pasting");
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget *CodePasterSettingsPage::createPage(QWidget *parent)
|
QWidget *CodePasterSettingsPage::createPage(QWidget *parent)
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ bool CodepasterPlugin::initialize(const QStringList &arguments, QString *error_m
|
|||||||
|
|
||||||
Core::ActionContainer *cpContainer =
|
Core::ActionContainer *cpContainer =
|
||||||
actionManager->createMenu(QLatin1String("CodePaster"));
|
actionManager->createMenu(QLatin1String("CodePaster"));
|
||||||
cpContainer->menu()->setTitle(tr("&CodePaster"));
|
cpContainer->menu()->setTitle(tr("&Code Pasting"));
|
||||||
toolsContainer->addMenu(cpContainer);
|
toolsContainer->addMenu(cpContainer);
|
||||||
|
|
||||||
Core::Command *command;
|
Core::Command *command;
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ QString PasteBinDotComSettings::category() const
|
|||||||
|
|
||||||
QString PasteBinDotComSettings::trCategory() const
|
QString PasteBinDotComSettings::trCategory() const
|
||||||
{
|
{
|
||||||
return tr("CodePaster");
|
return tr("Code Pasting");
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget *PasteBinDotComSettings::createPage(QWidget *parent)
|
QWidget *PasteBinDotComSettings::createPage(QWidget *parent)
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ QString SettingsPage::category() const
|
|||||||
|
|
||||||
QString SettingsPage::trCategory() const
|
QString SettingsPage::trCategory() const
|
||||||
{
|
{
|
||||||
return tr("CodePaster");
|
return tr("Code Pasting");
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget *SettingsPage::createPage(QWidget *parent)
|
QWidget *SettingsPage::createPage(QWidget *parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user