mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
patch from Tanya Wolff - fix for bug 66197
This commit is contained in:
parent
5ebfc42760
commit
04c5f27798
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-06-08 Tanya Wolff
|
||||
Fix for bug 66197 : I18N: Invalid key in Code Templates export message
|
||||
* src/org/eclipse/cdt/internal/corext.template/TemplateMessages.properties
|
||||
|
||||
2004-06-08 Alain Magloire
|
||||
|
||||
Fix for PR 66186.
|
||||
|
|
|
@ -35,7 +35,7 @@ TemplatePreferencePage.export.filename=templates.xml
|
|||
TemplatePreferencePage.export.extension=*.xml
|
||||
|
||||
TemplatePreferencePage.export.exists.title=Exporting Templates
|
||||
TemplatePreferencePage.export.message={0} already exists.\nDo you want to replace it?
|
||||
TemplatePreferencePage.export.exists.message={0} already exists.\nDo you want to replace it?
|
||||
|
||||
TemplatePreferencePage.question.create.new.title=Edit Template
|
||||
TemplatePreferencePage.question.create.new.message=The name of the template was changed.\nDo you want to create a new template?
|
||||
|
|
Loading…
Add table
Reference in a new issue