diff options
Diffstat (limited to 'po/update.pl')
-rwxr-xr-x | po/update.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/update.pl b/po/update.pl index 93bc46d42f..9cc746fa46 100755 --- a/po/update.pl +++ b/po/update.pl @@ -8,7 +8,7 @@ $VERSION = "1.2.5 beta 2"; $LANG = $ARGV[0]; -$PACKAGE = "nautilus"; +$PACKAGE = "evolution"; if (! $LANG){ print "update.pl: missing file arguments\n"; |