From c78382c119a3906237d79344471706dd951252ef Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 24 May 2021 23:20:22 +0200 Subject: [PATCH] Make it clear that those are the installed add-ons (#9228) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 739a5e9b83..8eca3f64cd 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3756,7 +3756,7 @@ "save": "[%key:ui::common::save%]", "close": "[%key:ui::common::close%]", "show_more": "Show more information about this", - "update_available": "{count, plural,\n one {Update}\n other {{count} Updates}\n} pending", + "update_available": "{count, plural,\n one {Update}\n other {{count} updates}\n} pending", "update": "Update", "version": "Version", "error": { @@ -3782,7 +3782,7 @@ "addon_new_version": "New version available", "addon_running": "Add-on is running", "addon_stopped": "Add-on is stopped", - "addons": "Add-ons", + "addons": "Installed add-ons", "no_addons": "You don't have any add-ons installed yet. Head over to the add-on store to get started!" }, "store": {