mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 08:15:48 +02:00
patch from Tanya Wolff - fix for bug 63467
This commit is contained in:
parent
0144bd8699
commit
0b189114ba
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-08 Tanya Wolff
|
||||
Fix for Bug 63467 - choice format for displaying plural
|
||||
|
||||
* src/org/eclipse/cdt/internal/corext/template/TemplateMessages.properties
|
||||
|
||||
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
|
||||
|
|
|
@ -30,7 +30,7 @@ TemplatePreferencePage.use.code.formatter=Use Code &Formatter
|
|||
TemplatePreferencePage.import.title=Importing Templates
|
||||
TemplatePreferencePage.import.extension=*.xml
|
||||
|
||||
TemplatePreferencePage.export.title=Exporting {0} Templates
|
||||
TemplatePreferencePage.export.title=Exporting {0} {0,choice,1#Template|2#Templates}
|
||||
TemplatePreferencePage.export.filename=templates.xml
|
||||
TemplatePreferencePage.export.extension=*.xml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue