Set the correct source file for localization in the jam file. Corrected context string.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40192 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2011-01-10 17:36:06 +00:00
parent b5a719f08e
commit ed32e8efbb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ Application OverlayImage :
DoCatalogs OverlayImage :
x-vnd.Haiku-OverlayImage
:
OverlayWindow.cpp
OverlayView.cpp
;
+1 -1
View File
@@ -20,7 +20,7 @@
#include <TextView.h>
#undef B_TRANSLATE_CONTEXT
#define B_TRANSLATE_CONTEXT "Main window"
#define B_TRANSLATE_CONTEXT "Main view"
const float kDraggerSize = 7;