summaryrefslogtreecommitdiff
path: root/lib/lib.pl
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-01-09 14:24:16 +0000
committerMartin Baulig <martin@src.gnome.org>2000-01-09 14:24:16 +0000
commita1c574c502e4f811e8015bfb9dd29736eb3937e4 (patch)
tree50fe9f58f7468ace0284b88811a770758e87dae5 /lib/lib.pl
parent9b8fd192d004509853f62b80d515dcd9e03d81de (diff)
downloadlibgtop-a1c574c502e4f811e8015bfb9dd29736eb3937e4.tar.gz
Disable i18n here.
Diffstat (limited to 'lib/lib.pl')
-rwxr-xr-xlib/lib.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/lib.pl b/lib/lib.pl
index 0cf20b8e..5eb28e07 100755
--- a/lib/lib.pl
+++ b/lib/lib.pl
@@ -50,15 +50,15 @@ print "\tcase GLIBTOP_ERROR_METHOD_WARN_ONCE:";
print "\t\t*required &= present;";
print "\tcase GLIBTOP_ERROR_METHOD_WARN:";
print "\t\tglibtop_warn_r (server,";
-print "\t\t\t\t_(\"glibtop_get_%s (): Client requested \"";
-print "\t\t\t\t \"field mask %05lx, but only have %05lx.\"),";
+print "\t\t\t\t\"glibtop_get_%s (): Client requested \"";
+print "\t\t\t\t\"field mask %05lx, but only have %05lx.\",";
print "\t\t\t\t feature, (unsigned long) old_required,";
print "\t\t\t\t (unsigned long) present);";
print "\t\tbreak;";
print "\tcase GLIBTOP_ERROR_METHOD_ABORT:";
print "\t\tglibtop_error_r (server,";
-print "\t\t\t\t _(\"glibtop_get_%s (): Client requested \"";
-print "\t\t\t\t \"field mask %05lx, but only have %05lx.\"),";
+print "\t\t\t\t\"glibtop_get_%s (): Client requested \"";
+print "\t\t\t\t\"field mask %05lx, but only have %05lx.\",";
print "\t\t\t\t feature, (unsigned long) old_required,";
print "\t\t\t\t (unsigned long) present);";
print "\t\tbreak;";