summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-07-09 08:29:26 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-07-09 08:29:26 +0000
commitfd619fd128d839c089b1a9302b100c930a5ffadf (patch)
tree37d4fe4ed8b73935ea18d27da14fe96fb37e84e6 /src/ui
parentDon't create rectangles that have a zero x or y dimension. When snapping for ... (diff)
downloadinkscape-fd619fd128d839c089b1a9302b100c930a5ffadf.tar.gz
inkscape-fd619fd128d839c089b1a9302b100c930a5ffadf.zip
* added tooltip (see bug 358921) and translator comments
* updated inkscape.pot * [INTL:sk] Slovak translation update (bzr r8238)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/calligraphic-presets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/calligraphic-presets.h b/src/ui/dialog/calligraphic-presets.h
index 171ca5270..89f963ee8 100644
--- a/src/ui/dialog/calligraphic-presets.h
+++ b/src/ui/dialog/calligraphic-presets.h
@@ -1,8 +1,14 @@
char * stringlst = [
+/* TRANSLATORS: calligraphic pen type */
N_("Dip pen"),
+/* TRANSLATORS: calligraphic pen type */
N_("Marker"),
+/* TRANSLATORS: calligraphic pen type */
N_("Brush"),
+/* TRANSLATORS: calligraphic pen type */
N_("Wiggly"),
+/* TRANSLATORS: calligraphic pen type */
N_("Splotchy"),
+/* TRANSLATORS: calligraphic pen type */
N_("Tracing"),
];