1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 12:29:54 +02:00

👌 Polished context menu order and code

This commit is contained in:
2021-12-10 19:39:08 +01:00
parent d9a526e828
commit 498f4e7b79
4 changed files with 102 additions and 64 deletions

View File

@@ -65,9 +65,9 @@
// SITE LIST ACTIONS
"site_list.unlink" = "Unlink";
"site_list.secure" = "Secure";
"site_list.unsecure" = "Unsecure";
"site_list.unlink" = "Unlink Directory";
"site_list.secure" = "Secure Domain";
"site_list.unsecure" = "Unsecure Domain";
"site_list.open_in_finder" = "Open in Finder";
"site_list.open_in_browser" = "Open in Browser";
"site_list.open_in_terminal" = "Open in Terminal";