]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Refine name definition for better user experience.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 Jul 2011 08:49:55 +0000 (08:49 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 Jul 2011 08:49:55 +0000 (08:49 +0000)
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

MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr

index d695ce6659fd83de885c37cf8217cf53db3c3015..47304ab0f9595600775f0e04ce8c6b1fabd9947d 100644 (file)
@@ -566,7 +566,7 @@ formset
         flags  = INTERACTIVE,\r
         key    = 0x1242;\r
 \r
-      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\r
+      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\r
               prompt      = STRING_TOKEN(STR_TIME_PROMPT),\r
               help        = STRING_TOKEN(STR_TIME_HELP),\r
               minimum     = 0,\r
@@ -574,7 +574,7 @@ formset
               step        = 1,\r
               default     = 0,\r
 \r
-              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\r
+              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\r
               prompt        = STRING_TOKEN(STR_TIME_PROMPT),\r
               help          = STRING_TOKEN(STR_TIME_HELP),\r
               minimum       = 0,\r
@@ -582,7 +582,7 @@ formset
               step          = 1,\r
               default       = 0,\r
 \r
-              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\r
+              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\r
               prompt        = STRING_TOKEN(STR_TIME_PROMPT),\r
               help          = STRING_TOKEN(STR_TIME_HELP),\r
               minimum       = 0,\r