QTfrontend/ui/page/pageoptions.cpp
changeset 14279 20b08e59730d
parent 13676 05fde8e30041
child 14551 1c623169a44d
--- a/QTfrontend/ui/page/pageoptions.cpp	Thu Nov 22 20:59:23 2018 +0300
+++ b/QTfrontend/ui/page/pageoptions.cpp	Thu Nov 22 20:41:42 2018 +0100
@@ -664,6 +664,7 @@
                 if(entryName.isEmpty())
                 {
                     // Show error and the locale identifier
+                    //: In the case of an error, this is shown in the language selection for a language with unknown name. %1 = language code
                     entryName = tr("MISSING LANGUAGE NAME [%1]").arg(lname);
                 }
                 CBLanguage->addItem(entryName, lname);