diff options
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |