Skip to content

Commit

Permalink
Translation fixes (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Aug 11, 2023
1 parent aa9920e commit 215ab37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/widgets/ColorPicker.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Color Picker</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/FunctionsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ QVariant FunctionModel::headerData(int section, Qt::Orientation orientation, int
case SizeColumn:
return tr("Size");
case ImportColumn:
return tr("Imp.");
return tr("Import");
case OffsetColumn:
return tr("Offset");
case NargsColumn:
Expand Down

0 comments on commit 215ab37

Please sign in to comment.