There is nothing to translate in the initial copyright string, it is just '(c) %years% %holder%'
This commit is contained in:
parent
c73d4b3dc2
commit
d1b2e338ef
@ -343,8 +343,6 @@ BAboutWindow::AddCopyright(int32 firstCopyrightYear,
|
||||
const char* copyrightHolder, const char** extraCopyrights)
|
||||
{
|
||||
BString copyright(B_UTF8_COPYRIGHT " %years% %holder%");
|
||||
const char* firstCopyright = B_TRANSLATE_MARK(copyright.String());
|
||||
firstCopyright = gSystemCatalog.GetString(copyright, "AboutWindow");
|
||||
|
||||
// Get current year
|
||||
time_t tp;
|
||||
|
Loading…
Reference in New Issue
Block a user