mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Double check translation and improved a translation string
This commit is contained in:
parent
e051f1b510
commit
ca93cc563e
2 changed files with 70 additions and 71 deletions
|
|
@ -896,7 +896,7 @@ string FormatFullVersion()
|
|||
{
|
||||
string s = FormatVersion(VERSION) + pszSubVer;
|
||||
if (VERSION_IS_BETA)
|
||||
s += _("-beta");
|
||||
s += "-" + _("beta");
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue