~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to kalarm/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        options.add("s");
98
98
        options.add("speak", ki18n("Speak the message when it is displayed"));
99
99
        options.add("S");
100
 
        options.add("subject", ki18n("Email subject line"));
 
100
        options.add("subject <text>", ki18n("Email subject line"));
101
101
#ifndef NDEBUG
102
102
        options.add("test-set-time <time>", ki18n("Simulate system time [[[yyyy-]mm-]dd-]hh:mm [TZ] (debug mode)"));
103
103
#endif