summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
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"