summaryrefslogtreecommitdiffstats
path: root/am_edit
diff options
context:
space:
mode:
Diffstat (limited to 'am_edit')
-rw-r--r--am_edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/am_edit b/am_edit
index 0320926..0e6d49e 100644
--- a/am_edit
+++ b/am_edit
@@ -1410,7 +1410,7 @@ sub tag_POFILES ()
$pofiles = join(" ", grep(/\.po$/, readdir(THISDIR)));
closedir (THISDIR);
print STDOUT "pofiles found = $pofiles\n" if ($verbose);
- if (-f "charset" && -f "kdelibs.po") {
+ if (-f "charset" && -f "tdelibs.po") {
handle_TOPLEVEL();
}
}