Code

* added tooltip (see bug 358921) and translator comments
[inkscape.git] / src / ui / dialog / calligraphic-presets.h
1 char * stringlst = [
2 /* TRANSLATORS: calligraphic pen type */
3 N_("Dip pen"),
4 /* TRANSLATORS: calligraphic pen type */
5 N_("Marker"),
6 /* TRANSLATORS: calligraphic pen type */
7 N_("Brush"),
8 /* TRANSLATORS: calligraphic pen type */
9 N_("Wiggly"),
10 /* TRANSLATORS: calligraphic pen type */
11 N_("Splotchy"),
12 /* TRANSLATORS: calligraphic pen type */
13 N_("Tracing"),
14 ];