Don't try to translate "SOGo"

pull/186/head
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";
"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!";
"SOGo" = "SOGo";
"Modules" = "Modules";

View File

@ -1,7 +1,7 @@
/*
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.
@ -90,7 +90,7 @@
sd = [SOGoSystemDefaults sharedSystemDefaults];
pageTitle = [sd pageTitle];
if (pageTitle == nil || ![pageTitle length])
pageTitle = [self labelForKey: @"SOGo"];
pageTitle = (@"SOGo");
}
return pageTitle;