Changed a few strings as discussed on the i18n mailing list. Added localization of license descriptions in AboutSystem.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41184 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2011-04-04 17:36:39 +00:00
parent 73b0cf2c46
commit 329daa448d
9 changed files with 120 additions and 129 deletions
+2 -2
View File
@@ -1354,8 +1354,8 @@ ClipboardSizeDataSource::InternalName() const
const char*
ClipboardSizeDataSource::Label() const
{
return fText ? B_TRANSLATE("Text clipboard size")
: B_TRANSLATE("Raw clipboard size");
return fText ? B_TRANSLATE("Text clipboard")
: B_TRANSLATE("Raw clipboard");
}