mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fixed string.
BUG: 205735 svn path=/trunk/KDE/kdebase/apps/; revision=1017550
This commit is contained in:
parent
0ecd8e32f4
commit
62dacc875f
2 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ QString KonqAboutPageSingleton::tips()
|
|||
.arg( i18n( "Use a caching <a href=\"%1\">proxy</a> to speed up your"
|
||||
" Internet connection.", QString("exec:/kcmshell4 proxy")) )
|
||||
.arg( i18n( "Advanced users will appreciate the Konsole which you can embed into "
|
||||
"Konqueror (Window -> <img width='16' height='16' SRC=\"%1\"></img> Show "
|
||||
"Konqueror (Settings -> <img width='16' height='16' SRC=\"%1\"></img> Show "
|
||||
"Terminal Emulator).", openterm_icon_path))
|
||||
.arg( "<img width='16' height='16' src=\"%1\">" ).arg( continue_icon_path )
|
||||
.arg( i18n( "Next: Specifications" ) )
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
<li>%21
|
||||
<!--Advanced users will appreciate the konsole which you can embed into
|
||||
konqueror (Window -> Show Terminal Emulator).--></li>
|
||||
konqueror (Settings -> Show Terminal Emulator).--></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue