mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-10 15:42:49 -04:00
changed default header text
and context menu icons git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6737 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d076848f92
commit
45c0da0f0f
2 changed files with 6 additions and 4 deletions
|
@ -67,13 +67,13 @@ void PostedGroupDialog::initUi()
|
|||
switch (mode())
|
||||
{
|
||||
case MODE_CREATE:
|
||||
setUiText(UITYPE_SERVICE_HEADER, tr("Create New Posted Topic"));
|
||||
setUiText(UITYPE_SERVICE_HEADER, tr("Create New Topic"));
|
||||
break;
|
||||
case MODE_SHOW:
|
||||
setUiText(UITYPE_SERVICE_HEADER, tr("Posted Topic"));
|
||||
break;
|
||||
case MODE_EDIT:
|
||||
setUiText(UITYPE_SERVICE_HEADER, tr("Edit Posted Topic"));
|
||||
setUiText(UITYPE_SERVICE_HEADER, tr("Edit Topic"));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue