summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences.cpp')
-rw-r--r--src/preferences.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/preferences.cpp b/src/preferences.cpp
index 84a56e0f8..12a860cac 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -126,6 +126,15 @@ void Preferences::_loadDefaults()
// No maximise for Quartz, see lp:1302627
setInt("/options/defaultwindowsize/value", -1);
#endif
+
+ // Raw string literal cannot contain translatable strings. Fortunately, we only translate
+ // caligraphy presets.
+ setString("/tools/calligraphic/preset/cp0/name", _("Dip pen"));
+ setString("/tools/calligraphic/preset/cp1/name", _("Marker"));
+ setString("/tools/calligraphic/preset/cp2/name", _("Brush"));
+ setString("/tools/calligraphic/preset/cp3/name", _("Wiggly"));
+ setString("/tools/calligraphic/preset/cp4/name", _("Splotchy"));
+ setString("/tools/calligraphic/preset/cp5/name", _("Tracing"));
}
/**