2464 pattern, ok = QInputDialog.getText( |
2464 pattern, ok = QInputDialog.getText( |
2465 None, |
2465 None, |
2466 self.tr("Translation Pattern"), |
2466 self.tr("Translation Pattern"), |
2467 self.tr( |
2467 self.tr( |
2468 "Enter the path pattern for translation files " |
2468 "Enter the path pattern for translation files " |
2469 "(use '%language%' in place of the language code):"), # __IGNORE_WARNING__ |
2469 "(use '%language%' in place of the language code):"), |
|
2470 # __IGNORE_WARNING_M601__ |
2470 QLineEdit.Normal, |
2471 QLineEdit.Normal, |
2471 tslist[0]) |
2472 tslist[0]) |
2472 if pattern: |
2473 if pattern: |
2473 self.pdata["TRANSLATIONPATTERN"] = pattern |
2474 self.pdata["TRANSLATIONPATTERN"] = pattern |
2474 if self.pdata["TRANSLATIONPATTERN"]: |
2475 if self.pdata["TRANSLATIONPATTERN"]: |