diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-03-17 14:41:43 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-03-17 14:41:43 +0100 |
| commit | bbce6506cdf15b5965e12ca2b10063fa8d3b85c0 (patch) | |
| tree | 98158c9d539c30256eadc076c755a47d84329e12 | |
| parent | 2def87a143cae7521bc8da898fddda73f213d473 (diff) | |
Fixed another typo in the same resource
| -rw-r--r-- | src/resources.qrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.qrc b/src/resources.qrc index 1c7c92e1..14c8e533 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -73,7 +73,7 @@ <file alias="instance_switch">resources/switch-instance-icon.png</file> <file alias="open_folder">resources/open-Folder-Icon.png</file> <file alias="multiply_red">resources/multiply-red.png</file> - <file alias="archive_conflict_looser">resources/archive-conflict-loser.png</file> + <file alias="archive_conflict_loser">resources/archive-conflict-loser.png</file> <file alias="archive_conflict_mixed">resources/archive-conflict-mixed.png</file> <file alias="archive_conflict_neutral">resources/archive-conflict-neutral.png</file> <file alias="archive_conflict_winner">resources/archive-conflict-winner.png</file> |
