summaryrefslogtreecommitdiffstats
path: root/src/pdf-stock/test.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf-stock/test.vala')
-rw-r--r--src/pdf-stock/test.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf-stock/test.vala b/src/pdf-stock/test.vala
index cc3da4f..3c4f6e8 100644
--- a/src/pdf-stock/test.vala
+++ b/src/pdf-stock/test.vala
@@ -19,9 +19,9 @@ public static int main(string args[]) {
var pdfdata = stock.generate();
FileUtils.set_contents("test.pdf", (string) pdfdata, pdfdata.length);
} catch(IOError e) {
- error("IOError: %s", e.message);
+ error(_("IO Error: %s"), e.message);
} catch(FileError e) {
- error("FileError: %s", e.message);
+ error(_("File Error: %s"), e.message);
}
return 0;