typo?

Поиск
Список
Период
Сортировка
От Timon
Тема typo?
Дата
Msg-id CAAeC-Ss4on+QJMmaA6iYOosOGQzxEx3DAs6KduEqQGtb0_7ixw@mail.gmail.com
обсуждение исходный текст
Ответы Re: typo?  (Guillaume Lelarge <guillaume@lelarge.info>)
Список 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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin website commit: Fix images URL
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix "NO INHERIT" according to the new changes on 9.