summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-02 12:04:16 +0200
committerAleš Smodiš <aless@guru.si>2015-10-02 12:04:16 +0200
commitd46fec9f483db0e8cf6cf5672289b6222043ee83 (patch)
treeb4d1d5cb82686ef66cd883d8a0e0b12437ca251b /res
parent0c168d0027f3350344d0fcdf16c554dcc8f3c92b (diff)
Define default translations for the "more" button in multi-part hints.
Diffstat (limited to 'res')
-rw-r--r--res/en.json3
-rw-r--r--res/sl.json3
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