From dd83478e3fcaac98de690aa59e6288ad41a1c351 Mon Sep 17 00:00:00 2001 From: adhitya Date: Tue, 12 Apr 2016 07:02:39 +0000 Subject: Keyboard shortcuts work properly --- resources/editor.properties | 5 +++++ resources/graph.properties | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 resources/editor.properties create mode 100644 resources/graph.properties (limited to 'resources') diff --git a/resources/editor.properties b/resources/editor.properties new file mode 100644 index 0000000..23432a8 --- /dev/null +++ b/resources/editor.properties @@ -0,0 +1,5 @@ +askZoom=Enter zoom (%25) +properties=Properties +outline=Outline +tasks=Tasks +help=Help diff --git a/resources/graph.properties b/resources/graph.properties new file mode 100644 index 0000000..baf61f8 --- /dev/null +++ b/resources/graph.properties @@ -0,0 +1,11 @@ +alreadyConnected=Nodes already connected +containsValidationErrors=Contains validation errors +updatingDocument=Updating Document. Please wait... +updatingSelection=Updating Selection. Please wait... +collapse-expand=Collapse/Expand +doubleClickOrientation=Doubleclick to change orientation +close=Close +error=Error +done=Done +cancel=Cancel +ok=OK -- cgit