summaryrefslogtreecommitdiff
path: root/svtools/source/misc/langhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/langhelp.cxx')
-rw-r--r--svtools/source/misc/langhelp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx
index b3df64fce1a1..dd681dc42952 100644
--- a/svtools/source/misc/langhelp.cxx
+++ b/svtools/source/misc/langhelp.cxx
@@ -142,8 +142,7 @@ OUString getInstalledLocaleForSystemUILanguage(const css::uno::Sequence<OUString
else
aPackages.emplace_back("libreoffice-langpack-" + install);
}
- //Debian would be: "The Document Foundation/Debian"
- else if (sVendor == "The Document Foundation, Debian and Ubuntu")
+ else if (sVendor == "The Document Foundation/Debian" || sVendor == "The Document Foundation, Debian and Ubuntu")
{
// l10n is the typical Debian/Ubuntu naming convention
aPackages.emplace_back("libreoffice-l10n-" + install);