From: nogu Date: Wed, 17 Feb 2010 21:03:59 +0000 (+0900) Subject: Remove extra spaces X-Git-Url: http://git.osdn.net/view?p=kita%2Fkita.git;a=commitdiff_plain;h=b4a74f2b72c057391079239f6fb0976bde98981a Remove extra spaces --- diff --git a/po/ja.po b/po/ja.po index fe543fd..4d67045 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1358,13 +1358,13 @@ msgstr " " #~ msgid "Complete." #~ msgstr "完了。" -#~ msgid "Do you want to delete the image ?" +#~ msgid "Do you want to delete the image?" #~ msgstr "画像を削除しますか?" #~ msgid "Do you want to replace the file?" #~ msgstr "ファイルを置き換えますか?" -#~ msgid "Do you want to stop loading ?" +#~ msgid "Do you want to stop loading?" #~ msgstr "読み込みを停止しますか?" #~ msgctxt "@action:intoolbar" diff --git a/src/htmlpart.cpp b/src/htmlpart.cpp index d85fee2..63d0270 100644 --- a/src/htmlpart.cpp +++ b/src/htmlpart.cpp @@ -1350,7 +1350,7 @@ bool HTMLPart::startMultiPopup() } -/* Is it multi-popup mode now ? */ /* private */ +/* Is it multi-popup mode now? */ /* private */ bool HTMLPart::isMultiPopupMode() { if (!m_popup) { diff --git a/src/libkita/datinfo.cpp b/src/libkita/datinfo.cpp index e4427af..65639a0 100644 --- a/src/libkita/datinfo.cpp +++ b/src/libkita/datinfo.cpp @@ -757,7 +757,7 @@ bool DatInfo::checkId(const QString& strid, int num) } -/* Are keywords included ? */ /* public */ +/* Are keywords included? */ /* public */ bool DatInfo::checkWord(const QStringList& stlist, /* list of keywords */ int num, bool checkOr /* AND or OR search */) { diff --git a/src/libkita/datinfo.h b/src/libkita/datinfo.h index e1f2b2a..4caf7f0 100644 --- a/src/libkita/datinfo.h +++ b/src/libkita/datinfo.h @@ -82,7 +82,7 @@ struct RESDAT AncList anclist; /* anchor list. See above. */ - bool checkAbone; /* Is abone checked ? */ + bool checkAbone; /* Is abone checked? */ bool abone; /* Is this res responsed by other one? */