forked from KolibriOS/kolibrios
Fix typo
git-svn-id: svn://kolibrios.org@7817 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2d68dc5bfc
commit
27e32a883f
@ -552,7 +552,7 @@ act_tab db 2 ; active tab number
|
|||||||
tab_lab:
|
tab_lab:
|
||||||
.1: db 'Info'
|
.1: db 'Info'
|
||||||
.2: db 'Tests'
|
.2: db 'Tests'
|
||||||
.3: db 'Configs'
|
.3: db 'Config'
|
||||||
.4: db 'About'
|
.4: db 'About'
|
||||||
title db 'Ghost Monitor v0.4 [18/11/15]',0
|
title db 'Ghost Monitor v0.4 [18/11/15]',0
|
||||||
|
|
||||||
|
@ -144,9 +144,9 @@ if lang eq it
|
|||||||
'Memoria libera (Kb)'
|
'Memoria libera (Kb)'
|
||||||
else
|
else
|
||||||
lab_info_tab mls \
|
lab_info_tab mls \
|
||||||
'CPU Vendor',\
|
'CPU vendor',\
|
||||||
'CPU frequency (MHz)',\
|
'CPU frequency (MHz)',\
|
||||||
'MMX tehnology',\
|
'MMX technology',\
|
||||||
'Multiplier',\
|
'Multiplier',\
|
||||||
'Monitoring chip',\
|
'Monitoring chip',\
|
||||||
'Free memory (Kb)'
|
'Free memory (Kb)'
|
||||||
|
Loading…
Reference in New Issue
Block a user