gtk_widget_set_tooltip_text(entry_server,gettext("Field that indicates the name of the server.\nEg: orelha2.radiolivre.org"));
gtk_widget_set_tooltip_text(entry_port,gettext("Field that indicates the server port that you'll connect.\nEg: 8000"));
gtk_widget_set_tooltip_text(entry_mountpoint,gettext("Field that indicates the mount point for the stream.\nEg: radio_x.ogg\n Remember to put a \".ogg\" at the end of the mountpoint if you want to use ogg/vorbis!"));
gtk_widget_set_tooltip_text(entry_pass,gettext("Field that indicates the password for the stream, provided by the server administrator."));
gtk_widget_set_tooltip_text(entry_remotedump,gettext("Field that indicates the file \
gtk_widget_set_tooltip_text(combo_verbosity,gettext("Field that indicates the verbosity level of darkice.\nUse a value greater than 0 if you want more information in 'Details Window'."));