Double check translation and improved a translation string

This commit is contained in:
Han Lin Yap
2011-06-12 00:18:34 +02:00
parent e051f1b510
commit ca93cc563e
2 changed files with 70 additions and 71 deletions

View File

@@ -896,7 +896,7 @@ string FormatFullVersion()
{
string s = FormatVersion(VERSION) + pszSubVer;
if (VERSION_IS_BETA)
s += _("-beta");
s += "-" + _("beta");
return s;
}