Don't try to translate "SOGo"

This commit is contained in:
Francis Lachapelle 2016-01-05 14:00:43 -05:00
parent 23cc8154cc
commit b19d894f27
2 changed files with 2 additions and 4 deletions

View file

@ -104,5 +104,3 @@
"Loading" = "Loading"; "Loading" = "Loading";
"No such user." = "No such user."; "No such user." = "No such user.";
"You cannot (un)subscribe to a folder that you own!" = "You cannot (un)subscribe to a folder that you own!"; "You cannot (un)subscribe to a folder that you own!" = "You cannot (un)subscribe to a folder that you own!";
"SOGo" = "SOGo";
"Modules" = "Modules";

View file

@ -1,7 +1,7 @@
/* /*
Copyright (C) 2004-2005 SKYRIX Software AG Copyright (C) 2004-2005 SKYRIX Software AG
Copyright (C) 2005-2012 Inverse inc. Copyright (C) 2005-2015 Inverse inc.
This file is part of SOGo. This file is part of SOGo.
@ -90,7 +90,7 @@
sd = [SOGoSystemDefaults sharedSystemDefaults]; sd = [SOGoSystemDefaults sharedSystemDefaults];
pageTitle = [sd pageTitle]; pageTitle = [sd pageTitle];
if (pageTitle == nil || ![pageTitle length]) if (pageTitle == nil || ![pageTitle length])
pageTitle = [self labelForKey: @"SOGo"]; pageTitle = (@"SOGo");
} }
return pageTitle; return pageTitle;