~matttbe/ubuntu/raring/rhythmbox/lp1010619

« back to all changes in this revision

Viewing changes to sources/rb-import-errors-source.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Rico Tzschichholz
  • Date: 2012-01-10 17:05:11 UTC
  • mfrom: (1.1.61) (2.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120110170511-2i5lktgf2uulpnu7
Tags: 2.90.1~git20120108.9a9e21b9-0ubuntu1
* Sponsor ricotz's update and merge from Debian
[ Rico Tzschichholz ]
* New upstream Git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
        count = gtk_tree_model_iter_n_children (GTK_TREE_MODEL (model), NULL);
389
389
        g_object_unref (model);
390
390
 
391
 
        *text = g_strdup_printf (ngettext ("%d import errors", "%d import errors", count),
 
391
        *text = g_strdup_printf (ngettext ("%d import error", "%d import errors", count),
392
392
                                 count);
393
393
}
394
394