mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Remove extra spaces
This commit is contained in:
parent
53160d39ea
commit
bd12613bac
2 changed files with 2 additions and 2 deletions
|
@ -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,"
|
||||
|
|
|
@ -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" ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue