From ca93cc563e52e2919d8760c8e58d02e0a5d6d59c Mon Sep 17 00:00:00 2001 From: Han Lin Yap Date: Sun, 12 Jun 2011 00:18:34 +0200 Subject: Double check translation and improved a translation string --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.cpp') diff --git a/src/util.cpp b/src/util.cpp index 6199109289..5220cdcd2b 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -896,7 +896,7 @@ string FormatFullVersion() { string s = FormatVersion(VERSION) + pszSubVer; if (VERSION_IS_BETA) - s += _("-beta"); + s += "-" + _("beta"); return s; } -- cgit v1.2.3