summaryrefslogtreecommitdiffstats
path: root/src/testshlibrary.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/testshlibrary.d')
-rw-r--r--src/testshlibrary.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testshlibrary.d b/src/testshlibrary.d
index 13cbea9..0bdfc97 100644
--- a/src/testshlibrary.d
+++ b/src/testshlibrary.d
@@ -1,9 +1,11 @@
module testshlibrary;
+import catalog;
+
public static class HelloWorldSharedObjectFactory
{
public static char[] getVersion()
{
- return "Version:";
+ return Catalog.GetString("Version:");
}
}