Polish translation update; Correcting copy and paste mistake of mine in the copy and paste context menu, spotted by Spartaco Zemenis

master
PanteraPolnocy 2024-09-25 19:22:45 +02:00
parent a748791521
commit 9fb66024e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu name="Copy Paste Rotation Menu">
<menu_item_call label="Kopiuj wszystko" name="psr_copy" />
<menu_item_call label="Wklej obrót" name="rot_copy" />
<menu_item_call label="Kopiuj obrót" name="rot_copy" />
<menu_item_call label="Wklej wszystko" name="psr_paste" />
<menu_item_call label="Wklej obrót" name="rot_paste" />
</toggleable_menu>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu name="Copy Paste Size Menu">
<menu_item_call label="Kopiuj wszystko" name="psr_copy" />
<menu_item_call label="Wklej rozmiar" name="size_copy" />
<menu_item_call label="Kopiuj rozmiar" name="size_copy" />
<menu_item_call label="Wklej wszystko" name="psr_paste" />
<menu_item_call label="Wklej rozmiar" name="size_paste" />
</toggleable_menu>