summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakfloppy18
1 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 4a42e07f5..d5ece3c48 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -42,15 +42,15 @@ Gtk->set_locale;
# (This version is now UTF8 compliant - Sg 2001-08-18)
#-------------------------------------------------------------
-sub _ {
- my $s = shift @_; my $t = translate($s);
- sprintf $t, @_;
-}
-
-sub translate {
- my ($s) = @_;
- $s ? c::dgettext('libDrakX', $s) : '';
-}
+#sub _ {
+# my $s = shift @_; my $t = translate($s);
+# sprintf $t, @_;
+#}
+
+#sub translate {
+# my ($s) = @_;
+# $s ? c::dgettext('libDrakX', $s) : '';
+#}
if ($::isEmbedded) {
print "EMBED\n";