From 13200578ab0dff6a5eecbe74a8a5ff33ed449996 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 30 Mar 2017 08:21:50 +0200 Subject: [PATCH] [enh] English wording ('all' instead of 'every'). --- src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4fcdf47b..2a3ad6d7 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -73,8 +73,8 @@ "confirm_service_enable": "Are you sure you want to enable %s?", "confirm_service_disable": "Are you sure you want to disable %s?", "confirm_uninstall": "Are you sure you want to uninstall %s ?", - "confirm_update_apps": "Are you sure you want to update every applications?", - "confirm_update_packages": "Are you sure you want to update every packages?", + "confirm_update_apps": "Are you sure you want to update all applications?", + "confirm_update_packages": "Are you sure you want to update all packages?", "confirm_upnp_enable": "Are you sure you want to enable UPnP?", "confirm_upnp_disable": "Are you sure you want to disable UPnP?", "connection": "Connection",