Rename "All Files" to "All file types" release QM

Translations didn't work because I didn't "release" within Linguist.  I
wonder how to update the *.ts files with missing strings...
(cherry picked from commit 49c2f6bad1)
This commit is contained in:
Paul Giblock
2009-10-08 14:39:24 -04:00
committed by Tobias Doerffel
parent 340be43acd
commit 2b714fd686
8 changed files with 7104 additions and 7099 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -6016,6 +6016,11 @@ Latenz: %2 ms</translation>
<source>FL Studio projects</source>
<translation>FL Studio Projekte</translation>
</message>
<message>
<location filename="../../src/core/song.cpp" line="1073"/>
<source>All file types</source>
<translation>Alle Dateitypen</translation>
</message>
</context>
<context>
<name>songEditor</name>

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1076,7 +1076,7 @@ void song::importProject()
tr("FL Studio projects") +
" (*.flp"
");;" +
tr("All Files") +
tr("All file types") +
" (*.*)");
ofd.setFileMode( QFileDialog::ExistingFiles );