Hello, pgadmin command!

I use:
š- pgadmin 1.20.0;
š- Linux, x86_64, kernel version 3.13.0-6-generic;
š- wxWidgets 2.8.
š- PostgreSQL 9.2, 9.3.5, 9.4.
š
The bug is at method dlgView::Go() at near line 360. Combo box cbCheckOption must contains 3 values: ""(None), cascaded and local. But when I create a view in PostgreSQL 9.4 with check_option local or cascaded the SQL in sqlbox of object's properties convert those options with localization, that is:

(SQL from sql box):
CREATE OR REPLACE VIEW public.view WITH (check_option=ËÁÓËÁÄÎÏ) AS
SELECT * FROM test;
š
--š
Best regards, Dmitry Voronin
š