From 080511efcd40e644402868a5eb2b037fcea6cda0 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 5 Oct 2017 17:01:39 +0200 Subject: [PATCH] add missing translation for hashtags --- customize.dist/translations/messages.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index a5a72066b..b4aadd799 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -385,6 +385,7 @@ define(function () { out.fc_remove = "Delete permanently"; out.fc_empty = "Empty the trash"; out.fc_prop = "Properties"; + out.fc_hashtag = "Tags"; out.fc_sizeInKilobytes = "Size in Kilobytes"; // fileObject.js (logs) out.fo_moveUnsortedError = "You can't move a folder to the list of unsorted pads";