projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dffb7fd
)
Sprache "American English" nicht mehr zur Verfügung stellen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 14:59:20 +0000
(16:59 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 15:01:48 +0000
(17:01 +0200)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
0aac5a1
..
8f380aa
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-2508,7
+2508,6
@@
sub config {
%countrycodes = User->country_codes;
- $countrycodes{""} = "American English";
$form->{COUNTRYCODES} = [];
foreach $countrycode (sort { $countrycodes{$a} cmp $countrycodes{$b} } keys %countrycodes) {
push @{ $form->{COUNTRYCODES} }, {