From: Jan Büren Date: Wed, 6 May 2009 14:11:10 +0000 (+0000) Subject: Meine 'Wo bin ich'-Analyse ist bei Sven nicht gut angekommen ;-) - Also schnell wiede... X-Git-Tag: release-2.6.0beta2~10 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=19864404b4bfe3d6feb6111f44ccc71b0bdc481c;p=kivitendo-erp.git Meine 'Wo bin ich'-Analyse ist bei Sven nicht gut angekommen ;-) - Also schnell wieder raus --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 850db5feb..6b4888b31 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -137,7 +137,7 @@ sub display_row { { id => 'partnumber', width => 8, value => $locale->text('Number'), display => 1, }, { id => 'description', width => 30, value => $locale->text('Part Description'), display => 1, }, { id => 'ship', width => 5, value => $locale->text('Delivered'), display => $is_s_p_order, }, - { id => 'qty', width => 5, value => $locale->text('Wo bin ich'), display => 1, }, + { id => 'qty', width => 5, value => $locale->text('Qty'), display => 1, }, { id => 'price_factor', width => 5, value => $locale->text('Price Factor'), display => !$is_delivery_order, }, { id => 'unit', width => 5, value => $locale->text('Unit'), display => 1, }, { id => 'license', width => 10, value => $locale->text('License'), display => 0, },