diff options
author | Joonghun Park <jh718.park@samsung.com> | 2013-05-31 14:53:07 +0900 |
---|---|---|
committer | Joonghun Park <jh718.park@samsung.com> | 2013-05-31 15:22:37 +0900 |
commit | eab8e0919f5393a639acd0c8ca9bd9eb5cacc253 (patch) | |
tree | a93db0872701f1fc7727eb52ecca9f4c3f383310 | |
parent | dbb8db1229a22406ce8afee942838fd9e869cdec (diff) | |
download | TemporaryStorage-eab8e0919f5393a639acd0c8ca9bd9eb5cacc253.tar.gz TemporaryStorage-eab8e0919f5393a639acd0c8ca9bd9eb5cacc253.tar.bz2 TemporaryStorage-eab8e0919f5393a639acd0c8ca9bd9eb5cacc253.zip |
[TemporaryStorage] revise app's description statement
Change-Id: I165270e9e16a36da63e66af98886b08849fdf355
-rwxr-xr-x | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,11 +39,11 @@ </div> </fieldset> <div class="submit_area"> - <input type="button" id="delete" value="Delete Complete Task"/> + <input type="button" id="delete" value="Delete Completed Task"/> </div> - <div class="comment"> * After Task Complete, if browser (App) is re-executed, the completed Task is no longer indicated.</div> + <div class="comment"> * After this Web app is re-executed, the current Task state will still remain.</div> </div> </form> </body> -</html>
\ No newline at end of file +</html> |