From 1942eb9e6d323aca512e53732179c823139dd9a1 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 8 Feb 2020 18:20:50 +0100 Subject: viewer: ldcommand: clarify command button actions By using more explicit icons and tooltip. --- viewer/src/locales/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 987d4d1..966bc86 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -8,8 +8,8 @@ "search.no-results": "No results", "panelLeft.propositions": "Proposed tags", "gallery.unknowntype": "Unknown item type", - "title.tags": "Tags", - "title.home": "Home", - "title.back": "Back", - "title.parent": "Parent" -} \ No newline at end of file + "command.search": "Open search panel", + "command.home": "Go to gallery home", + "command.back": "Go back", + "command.parent": "Go to parent directory" +} -- cgit v1.2.3