Bug #217348 --> make the access keys consistent between the add and delete buttons for html and plain text domains.

This commit is contained in:
scott%scott-macgregor.org 2003-08-26 17:07:38 +00:00
Родитель c4a908f95d
Коммит 4dd0e515d8
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -19,10 +19,10 @@
<!ENTITY PlainTextTab.accesskey "p">
<!ENTITY AddButton.label "Add...">
<!ENTITY AddHtmlDomain.accesskey "a">
<!ENTITY AddPlainText.accesskey "d">
<!ENTITY AddPlainText.accesskey "a">
<!ENTITY DeleteButton.label "Delete">
<!ENTITY DeleteHtmlDomain.accesskey "l">
<!ENTITY DeletePlainText.accesskey "t">
<!ENTITY DeleteHtmlDomain.accesskey "d">
<!ENTITY DeletePlainText.accesskey "d">
<!ENTITY add.htmltitle "Add HTML Domain Name">
<!ENTITY add.htmldomain "HTML Domain Name:">