QTfrontend/ui/page/pageoptions.cpp
changeset 14279 20b08e59730d
parent 13676 05fde8e30041
child 14551 1c623169a44d
equal deleted inserted replaced
14278:64fd3da2e6dd 14279:20b08e59730d
   662                 }
   662                 }
   663                 // Fallback code, if language name is empty for some reason. This should normally not happen
   663                 // Fallback code, if language name is empty for some reason. This should normally not happen
   664                 if(entryName.isEmpty())
   664                 if(entryName.isEmpty())
   665                 {
   665                 {
   666                     // Show error and the locale identifier
   666                     // Show error and the locale identifier
       
   667                     //: In the case of an error, this is shown in the language selection for a language with unknown name. %1 = language code
   667                     entryName = tr("MISSING LANGUAGE NAME [%1]").arg(lname);
   668                     entryName = tr("MISSING LANGUAGE NAME [%1]").arg(lname);
   668                 }
   669                 }
   669                 CBLanguage->addItem(entryName, lname);
   670                 CBLanguage->addItem(entryName, lname);
   670             }
   671             }
   671 
   672