mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02:00
Fix %s msiing in translation
File %s already exists. Was missing %s in translation.
This commit is contained in:
parent
d6d90c4b48
commit
b8f61da076
@ -150,7 +150,7 @@ msgstr "Adresář neexistuje."
|
||||
#: lib-src/FileDialog/gtk/FileDialogPrivate.cpp:91
|
||||
#, c-format
|
||||
msgid "File '%s' already exists, do you really want to overwrite it?"
|
||||
msgstr "Soubor '%' již existuje. Opravdu si jej přejete přepsat?"
|
||||
msgstr "Soubor '%s' již existuje. Opravdu si jej přejete přepsat?"
|
||||
|
||||
#: lib-src/FileDialog/generic/FileDialogPrivate.cpp:1433
|
||||
#: lib-src/FileDialog/gtk/FileDialogPrivate.cpp:94 src/LangChoice.cpp:134
|
||||
|
Loading…
x
Reference in New Issue
Block a user