2425 pattern, ok = QInputDialog.getText( |
2425 pattern, ok = QInputDialog.getText( |
2426 None, |
2426 None, |
2427 self.tr("Translation Pattern"), |
2427 self.tr("Translation Pattern"), |
2428 self.tr( |
2428 self.tr( |
2429 "Enter the path pattern for translation files " |
2429 "Enter the path pattern for translation files " |
2430 "(use '%language%' in place of the language code):"), |
2430 "(use '%language%' in place of the language code):"), # __IGNORE_WARNING__ |
2431 QLineEdit.Normal, |
2431 QLineEdit.Normal, |
2432 tslist[0]) |
2432 tslist[0]) |
2433 if pattern: |
2433 if pattern: |
2434 self.pdata["TRANSLATIONPATTERN"] = [pattern] |
2434 self.pdata["TRANSLATIONPATTERN"] = [pattern] |
2435 if self.pdata["TRANSLATIONPATTERN"]: |
2435 if self.pdata["TRANSLATIONPATTERN"]: |