Patch proposed by mt and Karvjorm: use B_TRANSLATE instead of B_TRANSLATE_MARK.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40375 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2b52661315
commit
a19d237fcf
@ -71,12 +71,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#define VIEW_MSG_SET_GRAYASRGB32 'JSAC'
|
||||
|
||||
// View labels
|
||||
#define VIEW_LABEL_QUALITY B_TRANSLATE_MARK("Output quality")
|
||||
#define VIEW_LABEL_JPC B_TRANSLATE_MARK("Output only codestream (.jpc)")
|
||||
#define VIEW_LABEL_QUALITY B_TRANSLATE("Output quality")
|
||||
#define VIEW_LABEL_JPC B_TRANSLATE("Output only codestream (.jpc)")
|
||||
#define VIEW_LABEL_GRAY1ASRGB24 \
|
||||
B_TRANSLATE_MARK("Write black-and-white images as RGB24")
|
||||
B_TRANSLATE("Write black-and-white images as RGB24")
|
||||
#define VIEW_LABEL_GRAYASRGB32 \
|
||||
B_TRANSLATE_MARK("Read greyscale images as RGB32")
|
||||
B_TRANSLATE("Read greyscale images as RGB32")
|
||||
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user