git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@317 ab6734ba-2843-0410-b83b-99c217ef6c0f
This commit is contained in:
fillods 2009-05-19 21:03:38 +00:00
parent 90cb4d0cbe
commit 714ddfd44a
2 changed files with 2 additions and 2 deletions

View file

@ -424,7 +424,7 @@ static GtkWidget *create_transponder_table (guint catnum)
trsplist = read_transponders (catnum);
if (trsplist == NULL) {
vbox = gtk_label_new ("No transponders");
vbox = gtk_label_new (_("No transponders"));
}
else {
vbox = gtk_vbox_new (FALSE, 0);

View file

@ -1011,5 +1011,5 @@ tle_update_freq_to_str (tle_auto_upd_freq_t freq)
}
return freq_to_str[freq];
return _(freq_to_str[freq]);
}