From b84d43bf9d08a67bb7add12a068317a2fdc5204d Mon Sep 17 00:00:00 2001 From: Ozbolt Menegatti Date: Thu, 23 Jan 2020 20:01:37 +0100 Subject: [PATCH] Translations --- src/view/view.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/view.py b/src/view/view.py index 92e9466..a2f81a0 100644 --- a/src/view/view.py +++ b/src/view/view.py @@ -48,10 +48,10 @@ class View: def view_entry_button_section(entry, model): clk = lambda cls: {"on": {"click": msg(cls)}} buttons = [ - h("button.normal", clk(ShowVariantsEdit()), "Variants"), + h("button.normal", clk(ShowVariantsEdit()), "Variante"), h("button.success", clk(ShowRelatedEntriesEdit()), "Povezano"), - h("button.success", clk(ShowEntryLabelsEdit()), "Labels"), - h("button.normal", clk(ShowCommentEdit()), "Comment")] + h("button.success", clk(ShowEntryLabelsEdit()), "Oznake"), + h("button.normal", clk(ShowCommentEdit()), "Opombe")] view_buttons = [] view_table = []