diff --git a/pgadmin/schema/pgIndex.cpp b/pgadmin/schema/pgIndex.cpp
index 51999a6..cffb1ad 100644
--- a/pgadmin/schema/pgIndex.cpp
+++ b/pgadmin/schema/pgIndex.cpp
@@ -671,7 +671,7 @@ void pgIndexBaseCollection::ShowStatistics(frmMain *form, ctlListView *statistic
 		wxT("idx_scan, idx_tup_read, idx_tup_fetch");
 
     if (hasSize)
-        sql += wxT(", pg_size_pretty(pg_relation_size(") + GetOidStr() + wxT(")) AS ") + qtIdent(_("size"));
+        sql += wxT(", pg_size_pretty(pg_relation_size(") + GetOidStr() + wxT(")) AS ") + qtIdent(wxT("size"));
 
     sql += wxT("\n")
         wxT("  FROM pg_stat_all_indexes stat\n")
