mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Translation fixes (#3227)
This commit is contained in:
parent
aa9920ed11
commit
215ab373d4
@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Color Picker</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
<item>
|
<item>
|
||||||
|
@ -310,7 +310,7 @@ QVariant FunctionModel::headerData(int section, Qt::Orientation orientation, int
|
|||||||
case SizeColumn:
|
case SizeColumn:
|
||||||
return tr("Size");
|
return tr("Size");
|
||||||
case ImportColumn:
|
case ImportColumn:
|
||||||
return tr("Imp.");
|
return tr("Import");
|
||||||
case OffsetColumn:
|
case OffsetColumn:
|
||||||
return tr("Offset");
|
return tr("Offset");
|
||||||
case NargsColumn:
|
case NargsColumn:
|
||||||
|
Loading…
Reference in New Issue
Block a user