From 514e21fbff0645f32d8d33f8d9523e2016b99ec6 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 26 Jul 2005 21:56:18 +0000 Subject: [PATCH] fixed strings file for Cocoa git-svn-id: http://svn.opengroupware.org/SOGo/trunk@916 d1b88da0-ebda-0310-925b-ed51d893ca5b --- UI/Contacts/ChangeLog | 5 +++++ UI/Contacts/English.lproj/Localizable.strings | 2 +- UI/Contacts/Version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/UI/Contacts/ChangeLog b/UI/Contacts/ChangeLog index 0bd02047..7a55b533 100644 --- a/UI/Contacts/ChangeLog +++ b/UI/Contacts/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Helge Hess + + * English.lproj/Localizable.strings: added a missing semicolon + (v0.9.27) + 2005-07-19 Helge Hess * UIxContactEditorBase.m: moved copyContact JS code to diff --git a/UI/Contacts/English.lproj/Localizable.strings b/UI/Contacts/English.lproj/Localizable.strings index f2ea3b6b..bc42a967 100644 --- a/UI/Contacts/English.lproj/Localizable.strings +++ b/UI/Contacts/English.lproj/Localizable.strings @@ -19,7 +19,7 @@ "Name" = "Name"; "OfficePhone" = "Office"; "Organisation" = "Organisation"; -"Phone" = "Phone" +"Phone" = "Phone"; "Phones" = "Phone numbers"; "Postal" = "Postal"; "Save" = "Save"; diff --git a/UI/Contacts/Version b/UI/Contacts/Version index 9b850ab3..42bd0ad3 100644 --- a/UI/Contacts/Version +++ b/UI/Contacts/Version @@ -1,6 +1,6 @@ # GNUstep makefile -SUBMINOR_VERSION:=26 +SUBMINOR_VERSION:=27 # v0.9.18 requires NGExtensions v4.5.136 # v0.9.16 requires libSOGoUI v0.9.16 -- 2.39.5