typo?

From: Timon <timosha(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: typo?
Date: 2012-07-25 08:55:42
Message-ID: CAAeC-Ss4on+QJMmaA6iYOosOGQzxEx3DAs6KduEqQGtb0_7ixw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

is this type mistake?

pgadmin/dlg/dlgSearchObject.cpp
81: aMap[_("FTS Dictionarie")] = wxT("FTS Dictionaries");

patch

--- pgadmin/dlg/dlgSearchObject.cpp.orig 2012-07-25 14:53:23.212893488 +0600
+++ pgadmin/dlg/dlgSearchObject.cpp 2012-07-25 14:53:32.134771027 +0600
@@ -78,7 +78,7 @@
aMap[_("Login Roles")] = wxT("Login Roles");
aMap[_("Group Roles")] = wxT("Group Roles");
aMap[_("FTS Configurations")] = wxT("FTS Configurations");
- aMap[_("FTS Dictionarie")] = wxT("FTS Dictionaries");
+ aMap[_("FTS Dictionaries")] = wxT("FTS Dictionaries");
aMap[_("FTS Parsers")] = wxT("FTS Parsers");
aMap[_("FTS Templates")] = wxT("FTS Templates");
aMap[_("Foreign Data Wrappers")] = wxT("Foreign Data Wrappers");

--
All bugs reserved

Responses

  • Re: typo? at 2012-07-25 19:53:59 from Guillaume Lelarge

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-07-25 19:47:19 pgAdmin III commit: Fix "NO INHERIT" according to the new changes on 9.
Previous Message Guillaume Lelarge 2012-07-25 07:29:54 pgAdmin website commit: Fix images URL