Summary: | i18n: untranslated 'Page number:' in merge settings dialog | ||
---|---|---|---|
Product: | [Unmaintained] kword | Reporter: | Andrey Cherepanov <sibskull> |
Component: | general | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrey Cherepanov
2005-11-01 14:40:16 UTC
SVN commit 476643 by dfaure: Also translate .cpp files under mailmerge/ BUG: 115472 M +1 -1 Makefile.am --- trunk/koffice/kword/Makefile.am #476642:476643 @@ -86,5 +86,5 @@ messages: rc.cpp $(EXTRACTRC) --tag-group=koffice expression/*.xml > xml_doc.cc $(EXTRACTRC) `find mailmerge -name \*.ui` >> rc.cpp - $(XGETTEXT) rc.cpp *.cc `find mailmerge -name \*.cc` KWAboutData.h -o $(podir)/kword.pot + $(XGETTEXT) rc.cpp *.cc `find mailmerge -name \*.cc \*.cpp` KWAboutData.h -o $(podir)/kword.pot -rm xml_doc.cc |