Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
untranslated string
git-svn-id: svn://svn.pgadmin.org/trunk@3612 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
Andreas Pflug committed Sep 5, 2004
1 parent 84d14a3 commit ca1bc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/pgUser.cpp
Expand Up @@ -219,7 +219,7 @@ void pgUser::ShowTreeDetail(wxTreeCtrl *browser, frmMain *form, ctlListView *pro
groupList += wxT(", ");
groupList += groupsIn.Item(index);
}
properties->AppendItem(wxT("Member of"), groupList);
properties->AppendItem(_("Member of"), groupList);

for (index=0; index < configList.GetCount() ; index++)
{
Expand Down

0 comments on commit ca1bc91

Please sign in to comment.