Rework some translations.

Removed the translation of gui elements, that does not need to be translated.
Especially in feed items.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3475 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-12 20:27:03 +00:00
parent 8b6aa9107b
commit 1e3a1d7ddb
22 changed files with 7126 additions and 5230 deletions

View file

@ -528,7 +528,7 @@ static QString getBaseDir()
switch (styleType) {
case TYPE_PUBLIC:
if (getStyleInfo(":/qss/chat/public", ":/qss/chat/public", standardInfo)) {
standardInfo.styleDescription = tr("Standard style for public chat");
standardInfo.styleDescription = tr("Standard style for group chat");
styles.append(standardInfo);
}
stylePath = "stylesheets/public";