[yelp] yelp-location-entry: Mark strings for translation
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] yelp-location-entry: Mark strings for translation
- Date: Wed, 9 Feb 2011 22:39:54 +0000 (UTC)
commit 43533aa7beb6770c7f81cdcb66cb956fd3d53360
Author: Shaun McCance <shaunm gnome org>
Date: Wed Feb 9 17:37:12 2011 -0500
yelp-location-entry: Mark strings for translation
libyelp/yelp-location-entry.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libyelp/yelp-location-entry.c b/libyelp/yelp-location-entry.c
index c851157..03ec0f5 100644
--- a/libyelp/yelp-location-entry.c
+++ b/libyelp/yelp-location-entry.c
@@ -824,7 +824,7 @@ location_entry_set_entry (YelpLocationEntry *entry, gboolean emit)
priv->icon_edit_clear);
gtk_entry_set_icon_tooltip_text (GTK_ENTRY (priv->text_entry),
GTK_ENTRY_ICON_SECONDARY,
- "Clear the search text");
+ _("Clear the search text"));
priv->icon_is_clear = TRUE;
return;
}
@@ -867,7 +867,7 @@ location_entry_set_entry (YelpLocationEntry *entry, gboolean emit)
priv->icon_bookmark_add);
gtk_entry_set_icon_tooltip_text (GTK_ENTRY (priv->text_entry),
GTK_ENTRY_ICON_SECONDARY,
- "Bookmark this page");
+ _("Bookmark this page"));
}
else {
gtk_entry_set_icon_from_pixbuf (GTK_ENTRY (priv->text_entry),
@@ -875,7 +875,7 @@ location_entry_set_entry (YelpLocationEntry *entry, gboolean emit)
priv->icon_bookmark_remove);
gtk_entry_set_icon_tooltip_text (GTK_ENTRY (priv->text_entry),
GTK_ENTRY_ICON_SECONDARY,
- "Remove bookmark");
+ _("Remove bookmark"));
}
}
else {
@@ -1559,7 +1559,7 @@ bookmarks_changed (YelpBookmarks *bookmarks,
priv->icon_bookmark_add);
gtk_entry_set_icon_tooltip_text (GTK_ENTRY (priv->text_entry),
GTK_ENTRY_ICON_SECONDARY,
- "Bookmark this page");
+ _("Bookmark this page"));
}
else {
gtk_entry_set_icon_from_pixbuf (GTK_ENTRY (priv->text_entry),
@@ -1567,7 +1567,7 @@ bookmarks_changed (YelpBookmarks *bookmarks,
priv->icon_bookmark_remove);
gtk_entry_set_icon_tooltip_text (GTK_ENTRY (priv->text_entry),
GTK_ENTRY_ICON_SECONDARY,
- "Remove bookmark");
+ _("Remove bookmark"));
}
}
else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]