------------------------------------------------------------
revno: 21895
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Sat 2016-02-06 13:26:39 +0100
message:
  Minor
modified:
  
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemSettingController.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemSettingController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemSettingController.java	2016-02-01 07:36:06 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemSettingController.java	2016-02-06 12:26:39 +0000
@@ -101,7 +101,7 @@
         systemSettingManager.saveSystemSetting( key, valueObject );
 
         webMessageService
-            .send( WebMessageUtils.ok( "System setting " + key + " set as value '" + valueObject + "'." ), response,
+            .send( WebMessageUtils.ok( "System setting " + key + " set to value '" + valueObject + "'." ), response,
                 request );
     }
 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to