← Back to team overview

dhis-mobile-devs team mailing list archive

[Branch ~dhis-mobile-devs/dhis-mobile/lwuit-tracking] Rev 246: allow user to add new event for every submit of data entry

 

------------------------------------------------------------
revno: 246
committer: sherylyn.marie
branch nick: lwuit-tracking
timestamp: Tue 2014-11-18 00:01:43 +0800
message:
  allow user to add new event for every submit of data entry
modified:
  src/org/hisp/dhis/mobile/ui/Text.java


--
lp:~dhis-mobile-devs/dhis-mobile/lwuit-tracking
https://code.launchpad.net/~dhis-mobile-devs/dhis-mobile/lwuit-tracking

Your team DHIS mobile developers is subscribed to branch lp:~dhis-mobile-devs/dhis-mobile/lwuit-tracking.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis-mobile-devs/dhis-mobile/lwuit-tracking/+edit-subscription
=== modified file 'src/org/hisp/dhis/mobile/ui/Text.java'
--- src/org/hisp/dhis/mobile/ui/Text.java	2014-11-05 09:08:55 +0000
+++ src/org/hisp/dhis/mobile/ui/Text.java	2014-11-17 16:01:43 +0000
@@ -826,7 +826,7 @@
     }
     
     public static String CREATE_NEW_EVENT() {
-        return get((short) 152, "Create new event");
+        return get((short) 152, "Add Event");
 }
 
 }