summaryrefslogtreecommitdiffstats
path: root/po/mt.po
Commit message (Expand)AuthorAgeFilesLines
* updated pot filePablo Saratxaga2002-10-171-61/+72
* \\@ => @Frederic Lepied2002-10-111-4/+4
* updated po filesPablo Saratxaga2002-09-021-4/+4
* updated po filesPablo Saratxaga2002-08-201-4/+10
* updated pot filePablo Saratxaga2002-08-161-10/+14
* Added Tamil file and copied pot generation from other modulesPablo Saratxaga2002-08-121-83/+101
* updated pot filePablo Saratxaga2002-07-301-2/+2
* updated po filesPablo Saratxaga2002-07-291-15/+13
* Updated pot file and made mdkupdate strings translatablePablo Saratxaga2002-07-091-53/+102
* Added Romanian filePablo Saratxaga2002-04-131-74/+67
* updated pot filePablo Saratxaga2002-04-081-52/+56
* updated pot filePablo Saratxaga2002-03-111-34/+44
* updated pot filePablo Saratxaga2002-02-281-43/+51
* Added Maltese filePablo Saratxaga2002-02-261-0/+269
8ff5670aa4781bf3ff578fdf3a356c3.zip
(filesystems_button_box): in the caption write "Windows" instead of "FAT"
(since NTFS uses the same color)
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 53c06f3bd..134d79e0a 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -323,9 +323,9 @@ sub hd2kind {
}
sub filesystems_button_box() {
- my @types = (N_("Ext2"), N_("Journalised FS"), N_("Swap"), arch() =~ /sparc/ ? N_("SunOS") : arch() eq "ppc" ? N_("HFS") : N_("FAT"),
+ my @types = (N_("Ext2"), N_("Journalised FS"), N_("Swap"), arch() =~ /sparc/ ? N_("SunOS") : arch() eq "ppc" ? N_("HFS") : N_("Windows"),
N_("Other"), N_("Empty"));
- my %name2type = (Ext2 => 0x83, 'Journalised FS' => 0x483, Swap => 0x82, Other => 1, FAT => 0xb, HFS => 0x402);
+ my %name2type = (Ext2 => 0x83, 'Journalised FS' => 0x483, Swap => 0x82, Other => 1, "Windows" => 0xb, HFS => 0x402);
gtkpack(Gtk2::HBox->new(0,0),
N("Filesystem types:"),