~dhis-mobile-devs/dhis-mobile/lwuit-tracking-2.16

« back to all changes in this revision

Viewing changes to src/org/hisp/dhis/mobile/ui/Text.java

  • Committer: sherylyn.marie
  • Date: 2014-12-15 04:25:35 UTC
  • Revision ID: sherylyn.marie-20141215042535-ysts0cmrjft2hbx1
BUGFIX: Issue #26: "Add New Instance" text truncated on add relationship screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
822
822
 
823
823
    public static String ADD_NEW_INSTANCE()
824
824
    {
825
 
        return get( (short) 151, "Add New Instance" );
 
825
        return get( (short) 151, "Add Instance" );
826
826
    }
827
827
    
828
828
    public static String CREATE_NEW_EVENT() {