Bug 115472

Summary: i18n: untranslated 'Page number:' in merge settings dialog
Product: kword Reporter: Andrey Cherepanov <sibskull>
Component: generalAssignee: Thomas Zander <zander>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrey Cherepanov 2005-11-01 14:40:16 UTC
Version:           1.4.2 (using KDE 3.4.3-1.0.fc3.kde, Fedora)
Compiler:          gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
OS:                Linux (i686) release 2.6.9-1.667smp

There is untranslated label 'Page number:' in merge settings dialog for KSpread source. Possible, this string (kword/mailmerge/kspread/kwmailmerge_kspread_config.cpp:110 in koffice-1.4.2) did not parsed by scripty and did not put in pot-file.
Comment 1 David Faure 2005-11-01 19:02:33 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