Subversion Repository Public Repository

litesoft

Diff Revisions 539 vs 565 for /trunk/Java/DATT/src/org/litesoft/datt/client/ui/views/stories/MergeStories.java

Diff revisions: vs.
  @@ -52,7 +52,7 @@
52 52
53 53 mFormBinder = new FormBinder<StoryView>( mFE, StoryViewMetaData.getInstance() );
54 54
55 - add( mFE.createSectionTitle( "Story" ) );
55 + add( mFE.createSectionTitle( "From Story" ) );
56 56
57 57 StoryFieldsPanel zStoryFieldsPanel = new StoryFieldsPanel( mFormBinder, mFE, null );
58 58