1
0
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:
James Crook 2015-04-25 19:52:48 +01:00
parent d6d90c4b48
commit b8f61da076

View File

@ -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