~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/crash.c

  • Committer: Michael Vogt
  • Date: 2011-01-04 12:27:08 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110104122708-0ey4m084aa3zoaaz
src/crash.c: fix typo (thanks to seb128)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
{
46
46
   GtkDialog *dialog;
47
47
   gchar *msg = _("System program problem detected");
48
 
   gchar *descr = _("Do you want to reporting the problem "
 
48
   gchar *descr = _("Do you want to report the problem "
49
49
                    "now?");
50
50
   dialog = gtk_message_dialog_new (NULL,
51
51
                                    GTK_DIALOG_DESTROY_WITH_PARENT,