Bug 189496 Capitalize accesskeys in cache preferences

patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
This commit is contained in:
timeless%mozdev.org 2003-01-20 16:13:44 +00:00
parent 9f4fe7c6d6
commit ddfd4e82c0

View File

@ -5,13 +5,13 @@
<!ENTITY cacheTitle.label "Set Cache Options">
<!ENTITY cachePara "The cache keeps copies of frequently visited web pages on your hard disk. This reduces the amount of time you are connected to the Internet. (Clicking Reload always shows you the latest version of a page.)">
<!ENTITY memCache.label "Memory Cache:">
<!ENTITY memCache.accesskey "m">
<!ENTITY memCache.accesskey "M">
<!ENTITY diskCache.label "Disk Cache:">
<!ENTITY diskCache.accesskey "d">
<!ENTITY kbytes "KB">
<!ENTITY diskCacheFolder.label "Disk Cache Folder:">
<!ENTITY clearMemCache.label "Clear Memory Cache">
<!ENTITY clearMemCache.accesskey "c">
<!ENTITY clearMemCache.accesskey "C">
<!ENTITY clearDiskCache.label "Clear Disk Cache">
<!ENTITY clearDiskCache.accesskey "l">
<!ENTITY chooseDiskCacheFolder.label "Choose Folder...">