mirror of https://github.com/acidanthera/audk.git
Refine name definition for better user experience.
Signed-off-by:ydong10 Reviewed-by:lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11978 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
508b4e77f6
commit
fd94fb3be9
|
@ -566,7 +566,7 @@ formset
|
|||
flags = INTERACTIVE,
|
||||
key = 0x1242;
|
||||
|
||||
time hour varid = Time.Hours, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from
|
||||
time hour varid = Time.Hour, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from
|
||||
prompt = STRING_TOKEN(STR_TIME_PROMPT),
|
||||
help = STRING_TOKEN(STR_TIME_HELP),
|
||||
minimum = 0,
|
||||
|
@ -574,7 +574,7 @@ formset
|
|||
step = 1,
|
||||
default = 0,
|
||||
|
||||
minute varid = Time.Minutes, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from
|
||||
minute varid = Time.Minute, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from
|
||||
prompt = STRING_TOKEN(STR_TIME_PROMPT),
|
||||
help = STRING_TOKEN(STR_TIME_HELP),
|
||||
minimum = 0,
|
||||
|
@ -582,7 +582,7 @@ formset
|
|||
step = 1,
|
||||
default = 0,
|
||||
|
||||
second varid = Time.Seconds, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from
|
||||
second varid = Time.Second, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from
|
||||
prompt = STRING_TOKEN(STR_TIME_PROMPT),
|
||||
help = STRING_TOKEN(STR_TIME_HELP),
|
||||
minimum = 0,
|
||||
|
|
Loading…
Reference in New Issue