diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-06 18:32:42 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-06 18:32:42 +0200 |
commit | 0b2485f393bcc47dcf895044c410b2c8784af432 (patch) | |
tree | c47ce3db5e8ff35dccfe714b6c0635c01f07ee6d /res | |
parent | 3f699e7460fb79bb0b48077dddc3359ee4b974c1 (diff) |
Rename state 'problem' to problem_list
Remove the Language element from the navbar and have "CodeQ" (logo TBD)
send user to the language-selection page.
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 4 | ||||
-rw-r--r-- | res/sl.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/res/en.json b/res/en.json index 3fb2d7a..4cae11b 100644 --- a/res/en.json +++ b/res/en.json @@ -1,6 +1,6 @@ { "language": "Language", - "problem": "Problem", + "problem_list": "Problems", "python": "Python", "prolog": "Prolog", "robot": "Robot", @@ -13,4 +13,4 @@ "btn_run": "Run", "btn_stop": "Stop", "btn_more": "More..." -}
\ No newline at end of file +} diff --git a/res/sl.json b/res/sl.json index 7f5cf7f..26d33ec 100644 --- a/res/sl.json +++ b/res/sl.json @@ -1,6 +1,6 @@ { "language": "Jezik", - "problem": "Problem", + "problem_list": "Naloge", "python": "Python", "prolog": "Prolog", "robot": "Robot", @@ -13,4 +13,4 @@ "btn_run": "Zaženi", "btn_stop": "Ustavi", "btn_more": "Več..." -}
\ No newline at end of file +} |