diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 12:03:10 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 12:03:10 +0200 |
commit | 298ab560e8c599dfaf4829eb1426c6642a823122 (patch) | |
tree | faf4ea8cf9b4927c6f124a43a6652f372f31c6e0 /res | |
parent | d82ad6356586e74f41869647d57157993a3d6161 (diff) |
Store robot's address in settings
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 1 | ||||
-rw-r--r-- | res/sl.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/en.json b/res/en.json index 4cae11b..2dbf4fd 100644 --- a/res/en.json +++ b/res/en.json @@ -1,5 +1,6 @@ { "language": "Language", + "robot_address": "Robot’s IP address", "problem_list": "Problems", "python": "Python", "prolog": "Prolog", diff --git a/res/sl.json b/res/sl.json index 26d33ec..eb6b24d 100644 --- a/res/sl.json +++ b/res/sl.json @@ -1,5 +1,6 @@ { "language": "Jezik", + "robot_address": "Robotov naslov IP", "problem_list": "Naloge", "python": "Python", "prolog": "Prolog", |