mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Don't try to translate "SOGo"
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user