From b18834344cb8ed736f96b5945ac4e953ebd6f63a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 14 Apr 2016 20:48:12 -0400 Subject: [PATCH] locales: adjust mounting message to not be plural The message gets printed for each folder that is mounted so making it not plural makes sense. --- locales/synced_folder_sshfs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/synced_folder_sshfs.yml b/locales/synced_folder_sshfs.yml index 5c3cf5f..52d96a9 100644 --- a/locales/synced_folder_sshfs.yml +++ b/locales/synced_folder_sshfs.yml @@ -3,7 +3,7 @@ en: sshfs: actions: installing: Installing SSHFS client... - mounting: Mounting SSHFS shared folders... + mounting: Mounting SSHFS shared folder... slave_mounting_folder: |- Mounting folder via SSHFS: %{hostpath} => %{guestpath} normal_mounting_folder: |-