Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e72d23890d9481f51e76d353d883e3be99343740 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.

# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb

# Property "featureImage" contains path to feature image (32x32)
featureImage=parsley-32.png

Back to the top