mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
[ACLUI] Fix typo in pt-PT translation. (#7233)
This commit is contained in:
parent
bf681c3a7c
commit
eddd97f68c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_VISIBLE | WS_CAPTION
|
||||||
CAPTION "Segurança"
|
CAPTION "Segurança"
|
||||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Nome do &grupo ou utilizadore:", -1, 7, 21, 105, 8
|
LTEXT "Nome do &grupo ou utilizador:", -1, 7, 21, 105, 8
|
||||||
CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 31, 213, 52, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
|
CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 31, 213, 52, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
|
||||||
LTEXT "&Administrador:", -1, 7, 7, 49, 8
|
LTEXT "&Administrador:", -1, 7, 7, 49, 8
|
||||||
EDITTEXT IDC_OWNER, 63, 4, 156, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
|
EDITTEXT IDC_OWNER, 63, 4, 156, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
|
||||||
|
|
Loading…
Reference in a new issue