diff options
| author | Jeff Garzik <[email protected]> | 2011-06-14 01:33:04 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-06-14 01:33:04 -0700 |
| commit | 6f460bace604361d3b2306f3f1e81198301c063a (patch) | |
| tree | 2b350cb3bc6c1cbea230674097789879b0d50a8e /src/util.cpp | |
| parent | Merge pull request #315 from codler/consistent-address (diff) | |
| parent | Update swedish translation (diff) | |
| download | discoin-6f460bace604361d3b2306f3f1e81198301c063a.tar.xz discoin-6f460bace604361d3b2306f3f1e81198301c063a.zip | |
Merge pull request #314 from codler/translate
Update swedish translation
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 619910928..5220cdcd2 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; } |