Package: kchmviewer
Version:  3.1-2
Severity: minor
Tags: patch

Hi,

The following patch should fix some grammatical errors.

Greetings,
Chris
diff -ru kchmviewer-3.1.orig/src/kchmmainwindow.cpp kchmviewer-3.1/src/kchmmainwindow.cpp
--- kchmviewer-3.1.orig/src/kchmmainwindow.cpp	2007-06-17 04:23:18.000000000 +0200
+++ kchmviewer-3.1/src/kchmmainwindow.cpp	2009-07-08 09:26:54.000000000 +0200
@@ -119,10 +119,10 @@
 	statusBar()->show();
 	setIcon( *gIconStorage.getApplicationIcon() );
 
-	m_aboutDlgMenuText = i18n( "%1 version %2\n\nCopyright (C) George Yunaev,"
+	m_aboutDlgMenuText = i18n( "%1 version %2\n\nCopyright (C) George Yunaev, "
 			"gyun...@ulduzsoft.com, 2004-2007\nhttp://www.kchmviewer.net\n\n";
 			"Licensed under GNU GPL license.\n\n"
-			"Please check my another project, http://www.transientmail.com - temporary "
+			"Please check my other project, http://www.transientmail.com - temporary "
 			"e-mail address, which expires automatically." )
 			. arg(APP_NAME) . arg(APP_VERSION);
 }
Nur in kchmviewer-3.1/src: kchmmainwindow.cpp~.
diff -ru kchmviewer-3.1.orig/src/kchmsearchwindow.cpp kchmviewer-3.1/src/kchmsearchwindow.cpp
--- kchmviewer-3.1.orig/src/kchmsearchwindow.cpp	2007-03-13 09:54:33.000000000 +0100
+++ kchmviewer-3.1/src/kchmsearchwindow.cpp	2009-07-08 09:25:29.000000000 +0200
@@ -167,7 +167,7 @@
 	{
 		QMessageBox::information ( this, 
 			i18n( "How to use search"), 
-			i18n( "<html><p>The improved search engine allows you to search for a word, symbol or phrase, which is set of words and symbols included in quotes. Only the documents which include all the terms speficide in th search query are shown; no prefixes needed.<p>Unlike MS CHM internal search index, my improved search engine indexes everything, including special symbols. Therefore it is possible to search (and find!) for something like <i>$q = new ChmFile();</i>. This search also fully supports Unicode, which means that you can search in non-English documents.<p>If you want to search for a quote symbol, use quotation mark instead. The engine treats a quote and a quotation mark as the same symbol, which allows to use them in phrases.</html>") );
+			i18n( "<html><p>The improved search engine allows you to search for a word, symbol or phrase, which is set of words and symbols included in quotes. Only the documents which include all the terms speficied in the search query are shown; no prefixes needed.<p>Unlike MS CHM internal search index, my improved search engine indexes everything, including special symbols. Therefore it is possible to search (and find!) for something like <i>$q = new ChmFile();</i>. This search also fully supports Unicode, which means that you can search in non-English documents.<p>If you want to search for a quote symbol, use quotation mark instead. The engine treats a quote and a quotation mark as the same symbol, which allows to use them in phrases.</html>") );
 	}
 	else
 	{
Nur in kchmviewer-3.1/src: kchmsearchwindow.cpp~.

Reply via email to