From ff7028d8ab45f293e1529777a81cb80653c33014 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Sun, 16 Oct 2022 05:50:44 -0700 Subject: [PATCH] Fix documentation of `flameshot gui --help` (#2949) In https://github.com/flameshot-org/flameshot/commit/6432490c316baa89fe3f5a6910539a1157614577, the format of `--print-geometry` changed from `W H X Y` to `WxH+X+Y`, but it looks like we forgot to update the docs accordingly. --- data/man/man1/flameshot.1 | 2 +- data/shell-completion/flameshot.zsh | 2 +- data/translations/Internationalization_bg.ts | 4 ++-- data/translations/Internationalization_ca.ts | 4 ++-- data/translations/Internationalization_cs.ts | 2 +- data/translations/Internationalization_da.ts | 2 +- data/translations/Internationalization_de_DE.ts | 2 +- data/translations/Internationalization_el.ts | 4 ++-- data/translations/Internationalization_es.ts | 4 ++-- data/translations/Internationalization_eu.ts | 4 ++-- data/translations/Internationalization_fa.ts | 4 ++-- data/translations/Internationalization_fi.ts | 2 +- data/translations/Internationalization_fr.ts | 4 ++-- data/translations/Internationalization_gl.ts | 4 ++-- data/translations/Internationalization_grc.ts | 4 ++-- data/translations/Internationalization_he.ts | 4 ++-- data/translations/Internationalization_hu.ts | 2 +- data/translations/Internationalization_id.ts | 4 ++-- data/translations/Internationalization_it_IT.ts | 4 ++-- data/translations/Internationalization_ja.ts | 4 ++-- data/translations/Internationalization_ka.ts | 4 ++-- data/translations/Internationalization_ko.ts | 4 ++-- data/translations/Internationalization_nb_NO.ts | 4 ++-- data/translations/Internationalization_nl.ts | 2 +- data/translations/Internationalization_nl_NL.ts | 4 ++-- data/translations/Internationalization_pl.ts | 4 ++-- data/translations/Internationalization_pt_BR.ts | 4 ++-- data/translations/Internationalization_ru.ts | 4 ++-- data/translations/Internationalization_sk.ts | 2 +- data/translations/Internationalization_sr_SP.ts | 4 ++-- data/translations/Internationalization_sv_SE.ts | 4 ++-- data/translations/Internationalization_sw.ts | 2 +- data/translations/Internationalization_ta.ts | 2 +- data/translations/Internationalization_tr.ts | 4 ++-- data/translations/Internationalization_uk.ts | 4 ++-- data/translations/Internationalization_vi.ts | 4 ++-- data/translations/Internationalization_zh_CN.ts | 4 ++-- data/translations/Internationalization_zh_HK.ts | 4 ++-- data/translations/Internationalization_zh_TW.ts | 4 ++-- src/main.cpp | 2 +- 40 files changed, 68 insertions(+), 68 deletions(-) diff --git a/data/man/man1/flameshot.1 b/data/man/man1/flameshot.1 index 397a58de..5ca9ec2b 100644 --- a/data/man/man1/flameshot.1 +++ b/data/man/man1/flameshot.1 @@ -125,7 +125,7 @@ Valid for subcommands: config .PP \-g, \-\-print-geometry .RS 4 -Print geometry of the selection in the format W H X Y. Does nothing if raw is specified +Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified .br Valid for subcommands: gui .RE diff --git a/data/shell-completion/flameshot.zsh b/data/shell-completion/flameshot.zsh index 1dae080a..226276ce 100644 --- a/data/shell-completion/flameshot.zsh +++ b/data/shell-completion/flameshot.zsh @@ -22,7 +22,7 @@ _flameshot_gui_opts=( {-d,--delay}'[Delay time in milliseconds]' "--region[Screenshot region to select ]" {-r,--raw}'[Print raw PNG capture]' - {-g,--print-geometry}'[Print geometry of the selection in the format W H X Y. Does nothing if raw is specified]' + {-g,--print-geometry}'[Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified]' {-u,--upload}'[Upload screenshot]' "--pin[Pin the capture to the screen]" {-s,--accept-on-select}'[Accept capture as soon as a selection is made]' diff --git a/data/translations/Internationalization_bg.ts b/data/translations/Internationalization_bg.ts index f2a403c8..7939448c 100644 --- a/data/translations/Internationalization_bg.ts +++ b/data/translations/Internationalization_bg.ts @@ -1883,8 +1883,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_ca.ts b/data/translations/Internationalization_ca.ts index df934f11..3a2f28ad 100644 --- a/data/translations/Internationalization_ca.ts +++ b/data/translations/Internationalization_ca.ts @@ -1891,8 +1891,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_cs.ts b/data/translations/Internationalization_cs.ts index 758dae6c..2041970c 100644 --- a/data/translations/Internationalization_cs.ts +++ b/data/translations/Internationalization_cs.ts @@ -1962,7 +1962,7 @@ Vyřešte je, prosím, ručně v souboru s nastavením. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified Zobrazit natočení výběru ve formátu Š V X Y. Nedělá nic, pokud je zadáno nezpracovaný diff --git a/data/translations/Internationalization_da.ts b/data/translations/Internationalization_da.ts index d7107b20..830af64c 100644 --- a/data/translations/Internationalization_da.ts +++ b/data/translations/Internationalization_da.ts @@ -1538,7 +1538,7 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_de_DE.ts b/data/translations/Internationalization_de_DE.ts index 18269911..f97fb19d 100644 --- a/data/translations/Internationalization_de_DE.ts +++ b/data/translations/Internationalization_de_DE.ts @@ -1915,7 +1915,7 @@ Bitte beseitige sie manuell in der Konfigurationsdatei. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified Geometrie der Auswahl im Format B H X Y ausgeben. Ignoriert, falls raw ausgewählt ist diff --git a/data/translations/Internationalization_el.ts b/data/translations/Internationalization_el.ts index 381adcfa..f7f8f394 100644 --- a/data/translations/Internationalization_el.ts +++ b/data/translations/Internationalization_el.ts @@ -1891,8 +1891,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Εκτύπωση γεωμετρίας της επιλογής στη μορφή W H X Y. Δεν κάνει τίποτα εάν έχει καθοριστεί raw + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Εκτύπωση γεωμετρίας της επιλογής στη μορφή WxH+X+Y. Δεν κάνει τίποτα εάν έχει καθοριστεί raw diff --git a/data/translations/Internationalization_es.ts b/data/translations/Internationalization_es.ts index 0a82a48c..1674c17c 100644 --- a/data/translations/Internationalization_es.ts +++ b/data/translations/Internationalization_es.ts @@ -1914,8 +1914,8 @@ Por favor, resuélvelos manualmente en el archivo de configuración. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Imprimir geometría de la selección en el formato W H X Y. No hace nada si se especifica que no se procese + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Imprimir geometría de la selección en el formato WxH+X+Y. No hace nada si se especifica que no se procese diff --git a/data/translations/Internationalization_eu.ts b/data/translations/Internationalization_eu.ts index 4cbf7fca..0ea063fc 100644 --- a/data/translations/Internationalization_eu.ts +++ b/data/translations/Internationalization_eu.ts @@ -1950,8 +1950,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Inprimatu hautapenaren geometria W H X Y formatuan (Zabalera, Altuera, X ardatza, Y ardatza). Ez du ezer egiten jatorrizkoa zehazten bada + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Inprimatu hautapenaren geometria WxH+X+Y formatuan (Zabalera, Altuera, X ardatza, Y ardatza). Ez du ezer egiten jatorrizkoa zehazten bada diff --git a/data/translations/Internationalization_fa.ts b/data/translations/Internationalization_fa.ts index f3d09b55..4e2c2669 100644 --- a/data/translations/Internationalization_fa.ts +++ b/data/translations/Internationalization_fa.ts @@ -1887,8 +1887,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - مختصات گزیده را در قالب «W H X Y» چاپ می‌کند. اگر چیزی مشخص نشده باشد، هیچ کاری انجام نمی‌دهد + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + مختصات گزیده را در قالب «WxH+X+Y» چاپ می‌کند. اگر چیزی مشخص نشده باشد، هیچ کاری انجام نمی‌دهد diff --git a/data/translations/Internationalization_fi.ts b/data/translations/Internationalization_fi.ts index 55eaa40d..a41a62de 100644 --- a/data/translations/Internationalization_fi.ts +++ b/data/translations/Internationalization_fi.ts @@ -1891,7 +1891,7 @@ Ratkaise ne käsin muuttamalla asetustiedostoa. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified Tulosta valinta sivuasetuksilla muodossa L K X Y. Ei tee mitään, jos raaka on määritetty diff --git a/data/translations/Internationalization_fr.ts b/data/translations/Internationalization_fr.ts index 26a24ebd..6b88ecb6 100644 --- a/data/translations/Internationalization_fr.ts +++ b/data/translations/Internationalization_fr.ts @@ -1906,8 +1906,8 @@ Veuillez résoudre ce problème manuellement depuis le fichier de configuration. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_gl.ts b/data/translations/Internationalization_gl.ts index c94b4401..c5216a2f 100644 --- a/data/translations/Internationalization_gl.ts +++ b/data/translations/Internationalization_gl.ts @@ -1883,8 +1883,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_grc.ts b/data/translations/Internationalization_grc.ts index bd7a04f5..9d30df45 100644 --- a/data/translations/Internationalization_grc.ts +++ b/data/translations/Internationalization_grc.ts @@ -1076,8 +1076,8 @@ Press Space to open the side panel. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_he.ts b/data/translations/Internationalization_he.ts index 40f9ce7b..17b8ad06 100644 --- a/data/translations/Internationalization_he.ts +++ b/data/translations/Internationalization_he.ts @@ -1899,8 +1899,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - הדפסת גאומטרית הבחירה בתבנית W H X Y. לא עושה דבר אם צוין 'גלמי' + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + הדפסת גאומטרית הבחירה בתבנית WxH+X+Y. לא עושה דבר אם צוין 'גלמי' diff --git a/data/translations/Internationalization_hu.ts b/data/translations/Internationalization_hu.ts index ba4dba3e..4cad9fc9 100644 --- a/data/translations/Internationalization_hu.ts +++ b/data/translations/Internationalization_hu.ts @@ -1673,7 +1673,7 @@ Lehet, hogy meg kepp adnod egy '\' karaktert a '#' karakter A Flameshot alapértelmezés szerint fut a háttérben és ikont helyez el a tálcán a beállítások elérése érdekében. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified A kijelölés geometriáját írja ki Sz M X Y (Szélesség Magasság X pozíció Y pozíció) formátumban. Nem csinál semmit, hogyha a nyers opció aktív diff --git a/data/translations/Internationalization_id.ts b/data/translations/Internationalization_id.ts index dbda7206..22221b47 100644 --- a/data/translations/Internationalization_id.ts +++ b/data/translations/Internationalization_id.ts @@ -1899,8 +1899,8 @@ Mohon atasi mereka secara manual di file konfigurasi. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Cetak geometri pilihan dalam format W H X Y. Tidak melakukan apa pun jika raw ditentukan + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Cetak geometri pilihan dalam format WxH+X+Y. Tidak melakukan apa pun jika raw ditentukan diff --git a/data/translations/Internationalization_it_IT.ts b/data/translations/Internationalization_it_IT.ts index a5433de7..e63a39c8 100644 --- a/data/translations/Internationalization_it_IT.ts +++ b/data/translations/Internationalization_it_IT.ts @@ -1736,8 +1736,8 @@ Si prega di risolverli manualmente nel file di configurazione. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Stampa la geometria della selezione nel formato W H X Y. Non fa nulla se raw è specificato + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Stampa la geometria della selezione nel formato WxH+X+Y. Non fa nulla se raw è specificato diff --git a/data/translations/Internationalization_ja.ts b/data/translations/Internationalization_ja.ts index 2fdbafd9..ceab5923 100644 --- a/data/translations/Internationalization_ja.ts +++ b/data/translations/Internationalization_ja.ts @@ -1890,8 +1890,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_ka.ts b/data/translations/Internationalization_ka.ts index 02e4bdc2..7c752101 100644 --- a/data/translations/Internationalization_ka.ts +++ b/data/translations/Internationalization_ka.ts @@ -1882,8 +1882,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_ko.ts b/data/translations/Internationalization_ko.ts index ccdee479..824d088d 100644 --- a/data/translations/Internationalization_ko.ts +++ b/data/translations/Internationalization_ko.ts @@ -1911,8 +1911,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_nb_NO.ts b/data/translations/Internationalization_nb_NO.ts index 464427ef..da2b0e67 100644 --- a/data/translations/Internationalization_nb_NO.ts +++ b/data/translations/Internationalization_nb_NO.ts @@ -1883,8 +1883,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_nl.ts b/data/translations/Internationalization_nl.ts index 5a3621f8..c5d4c970 100644 --- a/data/translations/Internationalization_nl.ts +++ b/data/translations/Internationalization_nl.ts @@ -1884,7 +1884,7 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified Afmetingen van de selectie tonen in B H X Y. Niet van toepassing als 'onbewerkt' is opgegeven. diff --git a/data/translations/Internationalization_nl_NL.ts b/data/translations/Internationalization_nl_NL.ts index 2aa8dfd0..d1838765 100644 --- a/data/translations/Internationalization_nl_NL.ts +++ b/data/translations/Internationalization_nl_NL.ts @@ -1910,8 +1910,8 @@ Los ze alstublieft handmatig op in het configuratiebestand. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print de geometrie van de selectie in het formaat W H X Y. Doet niets als raw is opgegeven + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print de geometrie van de selectie in het formaat WxH+X+Y. Doet niets als raw is opgegeven diff --git a/data/translations/Internationalization_pl.ts b/data/translations/Internationalization_pl.ts index 0bf933f8..472f53d6 100644 --- a/data/translations/Internationalization_pl.ts +++ b/data/translations/Internationalization_pl.ts @@ -1922,8 +1922,8 @@ Rozwiąż błędy ręcznie w pliku konfiguracyjnym. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Drukuj geometrię zaznaczenia w formacie W H X Y. Brak efektu jeśli wybrano nieprzetwarzanie + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Drukuj geometrię zaznaczenia w formacie WxH+X+Y. Brak efektu jeśli wybrano nieprzetwarzanie diff --git a/data/translations/Internationalization_pt_BR.ts b/data/translations/Internationalization_pt_BR.ts index 5413ada5..96c0612d 100644 --- a/data/translations/Internationalization_pt_BR.ts +++ b/data/translations/Internationalization_pt_BR.ts @@ -1954,8 +1954,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Imprime a geometria da seleção no formato W H X Y. Não faz nada se raw for especificado + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Imprime a geometria da seleção no formato WxH+X+Y. Não faz nada se raw for especificado diff --git a/data/translations/Internationalization_ru.ts b/data/translations/Internationalization_ru.ts index 9872f022..140538ec 100644 --- a/data/translations/Internationalization_ru.ts +++ b/data/translations/Internationalization_ru.ts @@ -2073,8 +2073,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Распечатать геометрию выделения в формате W H X Y. Ничего не делает, если указано raw + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Распечатать геометрию выделения в формате WxH+X+Y. Ничего не делает, если указано raw diff --git a/data/translations/Internationalization_sk.ts b/data/translations/Internationalization_sk.ts index 3de43dc5..b9f583d6 100644 --- a/data/translations/Internationalization_sk.ts +++ b/data/translations/Internationalization_sk.ts @@ -1908,7 +1908,7 @@ Riešte ich ručne v konfiguračnom súbore. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified Zobraziť geometriu výberu vo formáte Š D X Y. Neurobí nič pri nastavení raw diff --git a/data/translations/Internationalization_sr_SP.ts b/data/translations/Internationalization_sr_SP.ts index 004d1fdf..ba96a817 100644 --- a/data/translations/Internationalization_sr_SP.ts +++ b/data/translations/Internationalization_sr_SP.ts @@ -1894,8 +1894,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_sv_SE.ts b/data/translations/Internationalization_sv_SE.ts index fed485aa..9177302c 100644 --- a/data/translations/Internationalization_sv_SE.ts +++ b/data/translations/Internationalization_sv_SE.ts @@ -1894,8 +1894,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_sw.ts b/data/translations/Internationalization_sw.ts index 09c377e8..8d0c1549 100644 --- a/data/translations/Internationalization_sw.ts +++ b/data/translations/Internationalization_sw.ts @@ -1885,7 +1885,7 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_ta.ts b/data/translations/Internationalization_ta.ts index edff6755..18b5460a 100644 --- a/data/translations/Internationalization_ta.ts +++ b/data/translations/Internationalization_ta.ts @@ -1885,7 +1885,7 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_tr.ts b/data/translations/Internationalization_tr.ts index 83ef4352..b6412256 100644 --- a/data/translations/Internationalization_tr.ts +++ b/data/translations/Internationalization_tr.ts @@ -1906,8 +1906,8 @@ Lütfen bunları yapılandırma dosyasında elle çözün. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Seçimin geometrisini W H X Y biçiminde yazdırır. Raw belirtilirse hiçbir şey yapmaz + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Seçimin geometrisini WxH+X+Y biçiminde yazdırır. Raw belirtilirse hiçbir şey yapmaz diff --git a/data/translations/Internationalization_uk.ts b/data/translations/Internationalization_uk.ts index f51459a2..db6027d0 100644 --- a/data/translations/Internationalization_uk.ts +++ b/data/translations/Internationalization_uk.ts @@ -2073,8 +2073,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Геометрія друку виділеного файлу у форматі W H X Y. Якщо нічого не вказано, нічого не робиться + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Геометрія друку виділеного файлу у форматі WxH+X+Y. Якщо нічого не вказано, нічого не робиться diff --git a/data/translations/Internationalization_vi.ts b/data/translations/Internationalization_vi.ts index f1f19434..babe9d9b 100644 --- a/data/translations/Internationalization_vi.ts +++ b/data/translations/Internationalization_vi.ts @@ -1883,8 +1883,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_zh_CN.ts b/data/translations/Internationalization_zh_CN.ts index 685a7228..fa371ee0 100644 --- a/data/translations/Internationalization_zh_CN.ts +++ b/data/translations/Internationalization_zh_CN.ts @@ -1959,8 +1959,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - 使用 W H X Y 的格式输出选区几何参数。如果指定了 raw 参数则什么也不做 + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + 使用 WxH+X+Y 的格式输出选区几何参数。如果指定了 raw 参数则什么也不做 diff --git a/data/translations/Internationalization_zh_HK.ts b/data/translations/Internationalization_zh_HK.ts index 14a1324f..c6e19c72 100644 --- a/data/translations/Internationalization_zh_HK.ts +++ b/data/translations/Internationalization_zh_HK.ts @@ -1926,8 +1926,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/data/translations/Internationalization_zh_TW.ts b/data/translations/Internationalization_zh_TW.ts index 9365fe58..45c3eef1 100644 --- a/data/translations/Internationalization_zh_TW.ts +++ b/data/translations/Internationalization_zh_TW.ts @@ -1882,8 +1882,8 @@ Please solve them manually in the configuration file. - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified - Print geometry of the selection in the format W H X Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified diff --git a/src/main.cpp b/src/main.cpp index fd2768b3..871db315 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -221,7 +221,7 @@ int main(int argc, char* argv[]) QObject::tr("Print raw PNG capture")); CommandOption selectionOption( { "g", "print-geometry" }, - QObject::tr("Print geometry of the selection in the format W H X Y. Does " + QObject::tr("Print geometry of the selection in the format WxH+X+Y. Does " "nothing if raw is specified")); CommandOption screenNumberOption( { "n", "number" },