Cortex: avoid duplicated translation efforts

Many translatable strings are used in both classes.
Use same B_TRANSLATION_CONTEXT to avoid duplicated
translation efforts.

Change-Id: I514a380de4ac8d414634555c25b90650f370a2cb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3865
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
Humdinger 2021-04-12 09:41:49 +02:00 committed by humdinger
parent a0db7ef272
commit 27188e2153
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
#include <MediaDefs.h>
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "ConnectionInfoView"
#define B_TRANSLATION_CONTEXT "InfoView"
__USE_CORTEX_NAMESPACE

View File

@ -44,7 +44,7 @@
#include <Catalog.h>
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "EndpointInfoView"
#define B_TRANSLATION_CONTEXT "InfoView"
__USE_CORTEX_NAMESPACE