The "usage" field of property_info should not be localized.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40567 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Siarzhuk Zharski 2011-02-19 23:06:25 +00:00
parent dfe0a36e63
commit 70a1f34934
1 changed files with 4 additions and 4 deletions

View File

@ -34,13 +34,13 @@
property_info main_prop_list[] = {
{"message", {B_GET_PROPERTY, 0}, {B_INDEX_SPECIFIER, 0},
B_TRANSLATE_MARK("get a message")},
"get a message"},
{"message", {B_COUNT_PROPERTIES, 0}, {B_DIRECT_SPECIFIER, 0},
B_TRANSLATE_MARK("count messages")},
"count messages"},
{"message", {B_CREATE_PROPERTY, 0}, {B_DIRECT_SPECIFIER, 0},
B_TRANSLATE_MARK("create a message")},
"create a message"},
{"message", {B_SET_PROPERTY, 0}, {B_INDEX_SPECIFIER, 0},
B_TRANSLATE_MARK("modify a message")},
"modify a message"},
{0}
};