Minor string cleanup (#248)
- Simplified some strings to not include unnecessary markup.
- Fix translator comments so that they actually make it to glabels_C.ts file
- Reconciled the style of these comments.
- Added translator comments
This commit is contained in:
@@ -1580,6 +1580,8 @@ namespace glabels
|
||||
QMessageBox msgBox( wizard() );
|
||||
msgBox.setWindowTitle( tr("Save Product Template") );
|
||||
msgBox.setIcon( QMessageBox::Warning );
|
||||
// TRANSLATORS
|
||||
//: %1 = brand name of product (e.g. Avery), %2 = part number of product (e.g. 5026).
|
||||
msgBox.setText( tr("User product template (%1 %2) already exists.").arg(brand).arg(part) );
|
||||
msgBox.setInformativeText( tr("Do you want to replace it?") );
|
||||
msgBox.setStandardButtons( QMessageBox::Yes | QMessageBox::No );
|
||||
|
||||
Reference in New Issue
Block a user