- venkman only -

add ending quotes to format strings which might otherwise end in quotes.


git-svn-id: svn://10.0.0.236/trunk@243252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com 2008-01-16 19:32:34 +00:00
parent 5d1c1d66b9
commit 88cdcd36f0

View File

@ -185,27 +185,27 @@ vf.hinted = h
## formatting ##
# 1: argument name, 2: value
fmt.argument = %1$S=%2$S
fmt.argument = %1$S=%2$S"
# 1: property flags, 2: property name, 3: property value
fmt.property = [%1$S] %2$S = %3$S
fmt.property = [%1$S] %2$S = %3$S"
# 1: function name, 2: filename
fmt.script = function %1$S in <%2$S>
# 1: function name, 2: arguments, 3: filename, 4: line number
fmt.frame = function %1$S(%2$S) in <%3$S> line %4$S
# 1: type, 2: class name, 3: value
fmt.value.long = [%1$S] [class: %2$S] %3$S
fmt.value.long = [%1$S] [class: %2$S] %3$S"
# 1: type, 2: value
fmt.value.med = [%1$S] %2$S
fmt.value.med = [%1$S] %2$S"
# 1: type, 2: value
fmt.value.short = %1$S:%2$S
fmt.value.short = %1$S:%2$S"
# 1: property count
fmt.object = %1$S properties
# 1: JS exception name, 2: error text, 3: file name, 4: line number
fmt.jsexception = %1$S: %2$S @ <%3$S> %4$S
fmt.jsexception = %1$S: %2$S @ <%3$S> %4$S"
# 1: error number, 2: error text, 3: file name, 4: line number, 5: function name
fmt.badmojo = BadMojo %1$S: %2$S @ <%3$S> line %4$S (%5$S)
# 1: var number, 2: value
fmt.tmp.assign = $[%1$S] = %2$S
fmt.tmp.assign = $[%1$S] = %2$S"
# 1: string length
fmt.longstr = %1$S characters
# 1: command name 2: parameters