Remove extra spaces

This commit is contained in:
André Marcelo Alvarenga 2013-01-15 23:05:26 -02:00
parent 53160d39ea
commit bd12613bac
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ QString KonqAboutPageSingleton::intro()
"location, press the back button <img width='16' height='16' src=\"%1\"></img> "
"in the toolbar. ", back_icon_path ) )
.arg( i18n( "To quickly go to your Home folder press the "
" home button <img width='16' height='16' src=\"%1\"></img>." , gohome_icon_path) )
"home button <img width='16' height='16' src=\"%1\"></img>." , gohome_icon_path) )
.arg( i18n( "For more detailed documentation on Konqueror click <a href=\"%1\">here</a>." ,
QString("exec:/khelpcenter help:/konqueror")) )
.arg( i18n( "<em>Tuning Tip:</em> If you want the Konqueror web browser to start faster,"

View file

@ -3958,7 +3958,7 @@ void KonqMainWindow::initActions()
m_paForceReload->setWhatsThis( i18n( "<html>Reload the currently displayed document<br /><br />"
"This may, for example, be needed to refresh web pages that have been "
"modified since they were loaded, in order to make the changes visible. Any images on the page are downloaded again, even if cached copies exist.</html>" ) );
"modified since they were loaded, in order to make the changes visible. Any images on the page are downloaded again, even if cached copies exist.</html>" ) );
m_paForceReload->setStatusTip( i18n( "Force a reload of the currently displayed document and any contained images" ) );