Bug 224215 Edit Attribute says "Enter the attribute name" instead of "Enter the attribute value"

r=caillon sr=heikki


git-svn-id: svn://10.0.0.236/trunk@148881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-11-05 22:27:34 +00:00
parent 83b15b1d1b
commit 369789aeb2

View File

@@ -389,7 +389,7 @@ cmdEditEdit.prototype =
var dummy = { value: false };
var bundle = viewer.pane.panelset.stringBundle;
var msg = bundle.getString("enterAttrName.message");
var msg = bundle.getString("enterAttrValue.message");
var title = bundle.getString("editAttribute.title");
if (gPromptService.prompt(window, title, msg, attrValue, null, dummy)) {