diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index f53f19a21..834dc2554 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -204,7 +204,7 @@ "Mail" = "Mail"; "Last" = "Last used"; "Default module :" = "Default module:"; -"SOGo version:" = "SOGo version:"; +"SOGo version :" = "SOGo version :"; "Language :" = "Language:"; "choose" = "Choose ..."; @@ -307,4 +307,4 @@ "Unhandled policy error: %{0}" = "Unhandled policy error: %{0}"; "Unhandled error response" = "Unhandled error response"; "Password change is not supported." = "Password change is not supported."; -"Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}"; \ No newline at end of file +"Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}"; diff --git a/UI/PreferencesUI/French.lproj/Localizable.strings b/UI/PreferencesUI/French.lproj/Localizable.strings index 0f0f55535..ee6fa6bfc 100644 --- a/UI/PreferencesUI/French.lproj/Localizable.strings +++ b/UI/PreferencesUI/French.lproj/Localizable.strings @@ -204,7 +204,7 @@ "Mail" = "Courrier"; "Last" = "Dernier utilisé"; "Default module :" = "Module par défaut :"; -"SOGo version:" = "SOGo version:"; +"SOGo version :" = "SOGo version :"; "Language :" = "Langue :"; "choose" = "Choisir ..."; @@ -307,4 +307,4 @@ "Unhandled policy error: %{0}" = "Erreur inconnue pour le ppolicy: %{0}"; "Unhandled error response" = "Erreur inconnue"; "Password change is not supported." = "Changement de mot de passe non-supporté."; -"Unhandled HTTP error code: %{0}" = "Code HTTP non-géré: %{0}"; \ No newline at end of file +"Unhandled HTTP error code: %{0}" = "Code HTTP non-géré: %{0}"; diff --git a/UI/PreferencesUI/UIxPreferences.m b/UI/PreferencesUI/UIxPreferences.m index 70594b952..b888ab906 100644 --- a/UI/PreferencesUI/UIxPreferences.m +++ b/UI/PreferencesUI/UIxPreferences.m @@ -1,6 +1,6 @@ /* UIxPreferences.m - this file is part of SOGo * - * Copyright (C) 2007-2013 Inverse inc. + * Copyright (C) 2007-2014 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1141,9 +1141,7 @@ static NSArray *reminderValues = nil; - (NSString *) sogoVersion { // The variable SOGoVersion comes from the import: SOGo/Build.h - NSString *sogoVersion = [NSString stringWithString: SOGoVersion]; - - return sogoVersion; + return [NSString stringWithString: SOGoVersion]; } - (id ) defaultAction diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index f626accb2..21ccf63ed 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -124,7 +124,7 @@
-
+