mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Seems like there got one string lost... fixed now. Thx to Kario for noticing.
svn path=/trunk/; revision=32409
This commit is contained in:
parent
3a1cc7da3f
commit
0d5a01f9a8
2 changed files with 4 additions and 0 deletions
|
@ -1662,6 +1662,8 @@ MUI_STRING ruRUStrings[] =
|
|||
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
|
||||
{STRING_HDDINFOUNK6,
|
||||
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
|
||||
{STRING_NEWPARTITION,
|
||||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{0, 0}
|
||||
|
|
|
@ -1667,6 +1667,8 @@ MUI_STRING skSKStrings[] =
|
|||
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu) on %S"},
|
||||
{STRING_HDDINFOUNK6,
|
||||
"%6lu %s Harddisk %lu (Port=%hu, Bus=%hu, Id=%hu)"},
|
||||
{STRING_NEWPARTITION,
|
||||
"Setup created a new partition on"},
|
||||
{STRING_UNPSPACE,
|
||||
" Unpartitioned space %6lu %s"},
|
||||
{0, 0}
|
||||
|
|
Loading…
Reference in a new issue