summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-21 00:05:37 +0000
committerJabiertxof <jtx@jtx>2016-12-21 00:05:37 +0000
commit953f0452dacbd35f599916723549825e6b3d7f50 (patch)
treea5af25f75c0d7c3b0040b43133fe858f2550d529 /src/file.cpp
parentRemove more SPDesktop from LPE's (diff)
downloadinkscape-953f0452dacbd35f599916723549825e6b3d7f50.tar.gz
inkscape-953f0452dacbd35f599916723549825e6b3d7f50.zip
Add string translatable pointed by Maren
(bzr r15345)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 8f283e1f8..6f7c52123 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -526,7 +526,7 @@ bool sp_file_open(const Glib::ustring &uri,
}
else if (need_fix_units) {
- Glib::ustring msg = (
+ Glib::ustring msg = _(
"Old Inkscape files use 1in == 90px. CSS requires 1in == 96px.\n"
"Drawings meant to match a physical size (e.g. Letter or A4)\n"
"will be too small. Scaling the drawing can correct for this.\n"