bug 484122. geolocation timeout due to string change. r=bent

This commit is contained in:
Doug Turner 2009-03-18 18:55:32 -07:00
parent 8c1295be26
commit 53c5b02134

View File

@ -86,10 +86,10 @@ function clickNotificationButton(aBar, aButtonName) {
function clickAccept()
{
clickNotificationButton(getNotificationBox().currentNotification, "Exact Location (within 10 feet)");
clickNotificationButton(getNotificationBox().currentNotification, "Tell them");
}
function clickDeny()
{
clickNotificationButton(getNotificationBox().currentNotification, "Nothing");
clickNotificationButton(getNotificationBox().currentNotification, "Don't tell them");
}