wilder-work
Montel Laurent 9 years ago
parent 659e37d423
commit e2cc716a70
  1. 2
      agents/followupreminderagent/followupreminderinfodialog.cpp
  2. 2
      agents/followupreminderagent/followupremindernoanswerdialog.cpp
  3. 2
      src/editor/kmcomposerwin.cpp

@ -58,7 +58,7 @@ FollowUpReminderInfoDialog::FollowUpReminderInfoDialog(QWidget *parent)
QStringLiteral("followupreminderagent"),
i18n("Follow Up Reminder Agent"),
QStringLiteral(KDEPIM_VERSION),
i18n("Follow Up Mail."),
i18n("Follow Up Reminder"),
KAboutLicense::GPL_V2,
i18n("Copyright (C) 2014-2017 Laurent Montel"));

@ -33,7 +33,7 @@
FollowUpReminderNoAnswerDialog::FollowUpReminderNoAnswerDialog(QWidget *parent)
: QDialog(parent)
{
setWindowTitle(i18n("Follow Up Mail"));
setWindowTitle(i18n("Follow Up Reminder"));
setWindowIcon(QIcon::fromTheme(QStringLiteral("kmail")));
setAttribute(Qt::WA_DeleteOnClose);

@ -1321,7 +1321,7 @@ void KMComposerWin::setupActions(void)
mComposerBase->editor()->createActions(actionCollection());
mFollowUpToggleAction = new KToggleAction(i18n("Follow Up Mail..."), this);
mFollowUpToggleAction = new KToggleAction(i18n("Create Follow Up Reminder..."), this);
actionCollection()->addAction(QStringLiteral("follow_up_mail"), mFollowUpToggleAction);
connect(mFollowUpToggleAction, &KToggleAction::triggered, this, &KMComposerWin::slotFollowUpMail);
mFollowUpToggleAction->setEnabled(FollowUpReminder::FollowUpReminderUtil::followupReminderAgentEnabled());

Loading…
Cancel
Save