Further test fixes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3358 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-02-17 02:14:44 +00:00
parent e8705b6137
commit 4036d12121
2 changed files with 8 additions and 6 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
#
# $Id: messages.properties,v 1.1 2002/02/28 23:12:27 mdb Exp $
# $Id$
#
# Test localization properties file
m.foo = Foo arg one is ''{0}'' and two is ''{1}''.
m.biff = Biff arg one is ''{0}'' and two is ''{1}''.
m.meta = Meta arg one is ''{0}'' and two is ''{1}''.
m.foo = Foo arg one is '{0}' and two is '{1}'.
m.biff = Biff arg one is '{0}' and two is '{1}'.
m.meta = Meta arg one is '{0}' and two is '{1}'.