summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2011-07-05 15:53:42 +0200
committerShaun McCance <shaunm@gnome.org>2011-07-05 10:34:19 -0400
commit209e73d8a2c6fbe8f0061858f88bce9b386a1940 (patch)
tree297b7bb193b211af6154692f64da74f8554f9c1b /src
parent7af18960eb297a8b12fb783f6d4a865adcfc5af1 (diff)
downloadyelp-209e73d8a2c6fbe8f0061858f88bce9b386a1940.tar.gz
Mark two strings for translation, also remove unnecessary markup. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654008
Diffstat (limited to 'src')
-rw-r--r--src/yelp-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 477c6aa0..e5c037e9 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -523,7 +523,7 @@ window_construct (YelpWindow *window)
"margin-right", 16,
NULL);
- label = gtk_label_new ("Find:");
+ label = gtk_label_new (_("Find:"));
gtk_box_pack_start (GTK_BOX (priv->find_bar), label, FALSE, FALSE, 6);
priv->find_entry = gtk_entry_new ();