mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 05:49:18 +03:00
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:
parent
c8e5afed8d
commit
8d44e8a322
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user