1999-03-29 Kjartan Maraas <kmaraas@online.no>

* gnome-file-property-dialog.c (perm_ownership_new):
		marked a string for translation.
This commit is contained in:
Kjartan Maraas 1999-03-28 23:14:07 +00:00
parent c8e5afed8d
commit 8d44e8a322

View File

@ -911,7 +911,7 @@ perm_ownership_new (GnomeFilePropertyDialog *fp_dlg)
GtkWidget *frame;
GtkWidget *table;
frame = gtk_frame_new ("File ownership");
frame = gtk_frame_new (_("File ownership"));
table = gtk_table_new (2, 2, FALSE);
gtk_container_set_border_width (GTK_CONTAINER (table), 6);