Use Website instead of Homepage

https://bugzilla.gnome.org/show_bug.cgi?id=691375
This commit is contained in:
William Jon McCann
2013-01-08 19:40:21 -05:00
parent 5708e2bc2c
commit e8224d138d

View File

@@ -1014,7 +1014,7 @@ update_website (GtkAboutDialog *about)
else
{
markup = g_strdup_printf ("<a href=\"%s\">%s</a>",
priv->website_url, _("Homepage"));
priv->website_url, _("Website"));
}
gtk_label_set_markup (GTK_LABEL (priv->website_label), markup);