Browse Source

Change default munber of translations to 20

Alois Mahdal 10 years ago
parent
commit
c477c6a043
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/se

+ 1
- 1
bin/se View File

@@ -13,7 +13,7 @@ binmode STDOUT, ":encoding(UTF-8)";
13 13
 sub usage;
14 14
 
15 15
 my $direction = 'encz.en';
16
-my $lines = 25;
16
+my $lines = 20;
17 17
 my $max_lines = 50;
18 18
 my $long = 0;
19 19
 my $man = 0;