added traduction in localstring french, added some specification in function sogoVersion

This commit is contained in:
Alexandre Cloutier
2014-04-03 17:09:00 -04:00
parent 365e271a84
commit f999c87d4d
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1140,12 +1140,12 @@ static NSArray *reminderValues = nil;
- (NSString *) sogoVersion
{
// The variable SOGoVersion comes from the import: SOGo/Build.h
NSString *sogoVersion = [NSString stringWithString: SOGoVersion];
return sogoVersion;
}
- (id <WOActionResults>) defaultAction
{
id <WOActionResults> results;