mirror of
https://github.com/alexkay/spek.git
synced 2025-04-17 00:52:20 +03:00
i18n: Don't ask to translate \n
This commit is contained in:
parent
7f99f1ff3e
commit
b2420a777e
@ -87,7 +87,8 @@ bool Spek::OnInit()
|
||||
}
|
||||
if (parser.Found(wxT("version"))) {
|
||||
// TRANSLATORS: first %s is the package name, second %s is the package version.
|
||||
wxPrintf(_("%s version %s\n"), wxT(PACKAGE_NAME), wxT(PACKAGE_VERSION));
|
||||
wxPrintf(_("%s version %s"), wxT(PACKAGE_NAME), wxT(PACKAGE_VERSION));
|
||||
wxPrintf(wxT("\n"));
|
||||
this->quit = true;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user