Add IDS_key.upcase
This commit is contained in:
parent
b0e9d362c8
commit
2bfc6ef5fb
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ module Twine
|
|||
if comment && comment.length > 0
|
||||
f.puts "\t<!-- #{comment} -->\n"
|
||||
end
|
||||
f.puts "\t<text id=\"#{key}\">#{value}</text>"
|
||||
f.puts "\t<text id=\"IDS_#{key.upcase}\">#{value}</text>"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Reference in a new issue