Slightly improved previous pull request merge.

pull/32/head
Ludovic Marcotte 2014-04-04 08:39:13 -04:00
parent 7b0ffacff0
commit 3eec753b73
4 changed files with 7 additions and 9 deletions

View File

@ -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}";
"Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}";

View File

@ -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}";
"Unhandled HTTP error code: %{0}" = "Code HTTP non-géré: %{0}";

View File

@ -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 <WOActionResults>) defaultAction

View File

@ -124,7 +124,7 @@
<div class="tabs">
<div id="generalView" class="tab">
<dl class="dl-horizontal">
<dt><var:string label:value="SOGo version:"/></dt>
<dt><var:string label:value="SOGo version :"/></dt>
<dd><var:string value="sogoVersion"/></dd>
<dt><var:string label:value="Language :"/></dt>
<dd><var:popup list="languages" item="item"