mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 12:59:59 +00:00
Translation fixes (#3227)
This commit is contained in:
parent
aa9920ed11
commit
215ab373d4
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
<string>Color Picker</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user