~ubuntu-branches/ubuntu/oneiric/yelp/oneiric

« back to all changes in this revision

Viewing changes to src/yelp-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-16 09:49:09 UTC
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: james.westby@ubuntu.com-20110816094909-qaoq9dzljh3g6idq
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
                  "margin-right", 16,
524
524
                  NULL);
525
525
 
526
 
    label = gtk_label_new ("Find:");
 
526
    label = gtk_label_new (_("Find:"));
527
527
    gtk_box_pack_start (GTK_BOX (priv->find_bar), label, FALSE, FALSE, 6);
528
528
 
529
529
    priv->find_entry = gtk_entry_new ();