diff options
author | Reinout van Schouwen <reinouts@src.gnome.org> | 2007-11-23 04:58:58 +0800 |
---|---|---|
committer | Reinout van Schouwen <reinouts@src.gnome.org> | 2007-11-23 04:58:58 +0800 |
commit | 350d1f313fe81a3962c8546c4c98e4298a5c579b (patch) | |
tree | 08bc0a3f126f2f6034dc49e83b1bfa27c9c2400b /src/bookmarks | |
parent | 24c1522eeda698e258940fe4dd44aae1af2d5fc9 (diff) | |
download | gsoc2013-epiphany-350d1f313fe81a3962c8546c4c98e4298a5c579b.tar.gz gsoc2013-epiphany-350d1f313fe81a3962c8546c4c98e4298a5c579b.tar.zst gsoc2013-epiphany-350d1f313fe81a3962c8546c4c98e4298a5c579b.zip |
2007-11-22 Reinout van Schouwen <reinouts@gnome.org>
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>
- bookmarks/ephy-bookmark-action.c: reword tooltip.
Followup to http://bugzilla.gnome.org/show_bug.cgi?id=492695
svn path=/trunk/; revision=7724
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 4b6e1f038..5360de7ae 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -436,7 +436,7 @@ query_tooltip_cb (GtkWidget *proxy, if (g_str_has_prefix (location, "javascript:")) { - text = g_strdup (_("Javascript scriptlet")); + text = g_strdup (_("Executes the script ā%sā", title)); } else { |