diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 3 | ||||
-rw-r--r-- | res/sl.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/res/en.json b/res/en.json index 5330cdc..3fb2d7a 100644 --- a/res/en.json +++ b/res/en.json @@ -11,5 +11,6 @@ "btn_hint": "Hint", "btn_test": "Test", "btn_run": "Run", - "btn_stop": "Stop" + "btn_stop": "Stop", + "btn_more": "More..." }
\ No newline at end of file diff --git a/res/sl.json b/res/sl.json index cdde4f4..7f5cf7f 100644 --- a/res/sl.json +++ b/res/sl.json @@ -11,5 +11,6 @@ "btn_hint": "Namig", "btn_test": "Testiraj", "btn_run": "Zaženi", - "btn_stop": "Ustavi" + "btn_stop": "Ustavi", + "btn_more": "Več..." }
\ No newline at end of file |