From 5458ce8b971fa57d1de6faeac0f61cc39edfd83c Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 28 Jun 2017 16:53:56 -0700 Subject: [PATCH] Add missing semicolons for new localizaed strings --- .../Managed Software Center/fr.lproj/Localizable.strings | 2 +- .../Managed Software Center/nl.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/apps/Managed Software Center/Managed Software Center/fr.lproj/Localizable.strings b/code/apps/Managed Software Center/Managed Software Center/fr.lproj/Localizable.strings index b6eb070f..125186da 100644 --- a/code/apps/Managed Software Center/Managed Software Center/fr.lproj/Localizable.strings +++ b/code/apps/Managed Software Center/Managed Software Center/fr.lproj/Localizable.strings @@ -290,7 +290,7 @@ "Required" = "obligatoire"; /* Item requires a higher OS version text */ -"Requires macOS version %s" = "Nécessite la version %s de macOS" +"Requires macOS version %s" = "Nécessite la version %s de macOS"; /* Restart button title */ "Restart" = "Redémarrer"; diff --git a/code/apps/Managed Software Center/Managed Software Center/nl.lproj/Localizable.strings b/code/apps/Managed Software Center/Managed Software Center/nl.lproj/Localizable.strings index d02eb664..fd1788cf 100644 --- a/code/apps/Managed Software Center/Managed Software Center/nl.lproj/Localizable.strings +++ b/code/apps/Managed Software Center/Managed Software Center/nl.lproj/Localizable.strings @@ -290,7 +290,7 @@ "Required" = "Benodigd"; /* Item requires a higher OS version text */ -"Requires macOS version %s" = "macOS versie %s benodigd" +"Requires macOS version %s" = "macOS versie %s benodigd"; /* Restart button title */ "Restart" = "Herstarten";