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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user