GNOME Bugzilla – Bug 109748
url_description is untranslated in gnome-file-types-property
Last modified: 2004-12-22 21:47:04 UTC
const gchar *url_descriptions[][2] = { { "unknown", N_("Unknown service types") }, { "http", N_("World wide web") }, { "ftp", N_("File transfer protocol") }, { "info", N_("Detailed documentation") }, { "man", N_("Manual pages") }, { "mailto", N_("Electronic mail transmission") }, { "ghelp", N_("Gnome documentation") }, { NULL, NULL } are left untranslated.
Created attachment 15373 [details] [review] make url descriptions translated
Adding 2.3 keyword.
Commited on both branches. Thanks.