forked from KolibriOS/kolibrios
Fix EN typos
- Corrections for en_US language. - Some whitespace sanitation. git-svn-id: svn://kolibrios.org@10062 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2d3e0ac7f4
commit
f4fd3f6ea0
@ -267,7 +267,7 @@ data_loop:
|
||||
jne .copy_buf
|
||||
|
||||
; All received filenames have been copied, calculate new size of fname buffer
|
||||
dec edi ; dont count the trailing 0 byte
|
||||
dec edi ; don't count the trailing 0 byte
|
||||
sub edi, [ptr_fname]
|
||||
mov [size_fname], edi
|
||||
jmp data_loop
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; ;;
|
||||
;; Copyright (C) KolibriOS team 2010-2016. All rights reserved. ;;
|
||||
;; Copyright (C) KolibriOS team 2010-2024. All rights reserved. ;;
|
||||
;; Distributed under terms of the GNU General Public License ;;
|
||||
;; ;;
|
||||
;; netcfg.asm - Network driver control center for KolibriOS ;;
|
||||
@ -419,7 +419,7 @@ Print_New_Device:
|
||||
cmp ax, cx
|
||||
jne .fn
|
||||
.find: mov edx, [edx - 4]
|
||||
mcall 4,, 0x80000000 ; lets print the vendor Name
|
||||
mcall 4,, 0x80000000 ; let's print the vendor Name
|
||||
|
||||
;------------------------------------------------------------------
|
||||
; Get description based on Class/Subclass
|
||||
@ -460,7 +460,7 @@ Print_New_Device:
|
||||
call get_drv_ptr
|
||||
mov edx, eax
|
||||
pop ebx
|
||||
mcall 4,,0x80000000 ; lets print the vendor Name
|
||||
mcall 4,,0x80000000 ; let's print the vendor Name
|
||||
pop edx
|
||||
ret
|
||||
|
||||
@ -491,7 +491,7 @@ get_drv_ptr:
|
||||
jmp .driverloop
|
||||
|
||||
.nodriver:
|
||||
mov eax, lbl_none ; lets print the vendor Name
|
||||
mov eax, lbl_none ; let's print the vendor Name
|
||||
ret
|
||||
|
||||
.driverfound:
|
||||
@ -555,14 +555,14 @@ V_Bus db ?
|
||||
V_Dev db ?
|
||||
PCI_Version dw ?
|
||||
PCI_LastBus db ?
|
||||
; Dont change order
|
||||
; Don't change order
|
||||
PCI_Vendor dw ?
|
||||
PCI_Device dw ?
|
||||
|
||||
PCI_Bus db ?
|
||||
PCI_Dev db ?
|
||||
PCI_Rev db ?
|
||||
; Dont change order
|
||||
; Don't change order
|
||||
PCI_Class db ?
|
||||
PCI_SubClass db ?
|
||||
PCI_Interface db ?
|
||||
|
@ -228,7 +228,7 @@ ipcfg:
|
||||
jnz .draw
|
||||
|
||||
; Settings look valid, save them to the ini file
|
||||
; Re-create 'ip..' string, we dont want to save to 'ip?' section.
|
||||
; Re-create 'ip..' string, we don't want to save to 'ip?' section.
|
||||
call create_str_ini_int
|
||||
|
||||
cmp [option_ip], op_ip_auto
|
||||
@ -266,7 +266,7 @@ ipcfg:
|
||||
.key:
|
||||
mcall 2
|
||||
|
||||
; Editbox doesnt allow us to filter input decently, so we do it here.
|
||||
; Editbox doesn't allow us to filter input decently, so we do it here.
|
||||
cmp ah, 13
|
||||
je .apply
|
||||
cmp ah, 8
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; ;;
|
||||
;; Copyright (C) KolibriOS team 2017. All rights reserved. ;;
|
||||
;; Copyright (C) KolibriOS team 2017-2024. All rights reserved. ;;
|
||||
;; Distributed under terms of the GNU General Public License ;;
|
||||
;; ;;
|
||||
;; netsurf-installer - Set up Netsurf Browser on KolibriOS ;;
|
||||
@ -287,14 +287,14 @@ dirname_res_icons db '/tmp0/1/res/icons', 0
|
||||
|
||||
url db 'www.kolibri-n.org/files/netsurf/',0
|
||||
|
||||
; I don't know why NOTIFY_CHANGE doesn't work for the first file
|
||||
; so I use this small shit to fix it at NOTIFY_RUN phase
|
||||
; TODO: I don't know why NOTIFY_CHANGE doesn't work for the first file
|
||||
; so I use this small hack to fix it at NOTIFY_RUN phase
|
||||
filelist_first db '/tmp0/1/netsurf', 0
|
||||
|
||||
MAX_FILES = 6
|
||||
|
||||
filelist db 'netsurf', 0
|
||||
;db 'netsurf-kolibrios.map', 0 ;what this???
|
||||
;db 'netsurf-kolibrios.map', 0 ; what's this???
|
||||
db 'res/adblock.css', 0
|
||||
db 'res/quirks.css', 0
|
||||
db 'res/Messages', 0
|
||||
|
Loading…
Reference in New Issue
Block a user