mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Added comments for translators.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1407 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -99,9 +99,9 @@ void TitleBlockDimensionWidget::initWidgets() {
|
||||
|
||||
// extra widgets, for the user to specify whether the value is absolute, relative, etc.
|
||||
if (complete_) {
|
||||
absolute_button_ = new QRadioButton(tr("Absolu"));
|
||||
relative_button_ = new QRadioButton(tr("Relatif au total"));
|
||||
remaining_button_ = new QRadioButton(tr("Relatif au restant"));
|
||||
absolute_button_ = new QRadioButton(tr("Absolu", "a traditional, absolute measure"));
|
||||
relative_button_ = new QRadioButton(tr("Relatif au total", "a percentage of the total width"));
|
||||
remaining_button_ = new QRadioButton(tr("Relatif au restant", "a percentage of what remains from the total width"));
|
||||
dimension_type_ = new QButtonGroup(this);
|
||||
dimension_type_ -> addButton(absolute_button_, QET::Absolute);
|
||||
dimension_type_ -> addButton(relative_button_, QET::RelativeToTotalLength);
|
||||
|
||||
Reference in New Issue
Block a user