mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Make tooltip for Offline Mode setting wrap properly.
Qt wraps tooltip texts automatically when it detects the text to be Rich text. Embed the tooltip text into <p> tags to get it recognized as such. Manually update translations to avoid the need to retranslation that line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c8204cd91
commit
a742ba4656
17 changed files with 34 additions and 34 deletions
|
|
@ -1159,8 +1159,8 @@ You need to change your player to UMS mode for installation. </source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../configurefrm.ui" line="325"/>
|
||||
<source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source>
|
||||
<translation>所有資料, 包括更新資料, 將會從本机緩沖里拿取. 不要選擇此模式如果你不需要下線安裝. 注意: 你需要先用网絡做至少一次安裝才可以下載到需要的文件.</translation>
|
||||
<source><p>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</p></source>
|
||||
<translation><p>所有資料, 包括更新資料, 將會從本机緩沖里拿取. 不要選擇此模式如果你不需要下線安裝. 注意: 你需要先用网絡做至少一次安裝才可以下載到需要的文件.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configurefrm.ui" line="328"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue