david_williams | 035d526 | 2008-11-10 20:39:34 +0000 | [diff] [blame] | 1 | # about.ini |
| 2 | # contains information about a feature |
| 3 | # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| 4 | # "%key" are externalized strings defined in about.properties |
| 5 | # This file does not need to be translated. |
| 6 | |
| 7 | # Property "aboutText" contains blurb for feature details in the "About" |
| 8 | # dialog (translated). Maximum 15 lines and 75 characters per line. |
| 9 | aboutText=%blurb |
| 10 | |
| 11 | # Property "featureImage" contains path to feature image (32x32) |
sclarke | 7260aea | 2009-06-04 22:12:29 +0000 | [diff] [blame] | 12 | featureImage=icons/WTP_icon_x32_v2.png |