Skip to content

Commit 95e15fc

Browse files
author
Bill Ferguson
committed
Changed poorly translated message to that suggested by supertobi, and took care of spacing issue.
1 parent 74e546c commit 95e15fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/de_DE/LC_MESSAGES/gimp.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ msgid "Export Image %i/%i"
2727
msgstr "Exportiere Bild %i/%i"
2828

2929
#: gimp.lua:221
30-
msgid "Unable to move edited file into collection. Leaving it as %s"
31-
msgstr "Kann nicht bearbeitete Datei in Sammlung zu bewegen. Wenn sie unverändert %s"
30+
msgid "Unable to move edited file into collection. Leaving it as %s"
31+
msgstr "Die bearbeitete Datei kann nicht in die Sammlung aufgenommen werden. Bearbeitet Datei ist %s"
3232

3333
#: gimp.lua:228
3434
msgid "GIMP not found"

contrib/gimp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ local function fileMove(fromFile, toFile)
223223
os.remove(fromFile)
224224
else
225225
dt.print_error("fileMove Error: Unable to copy " .. fromFile .. " to " .. toFile .. ". Leaving " .. fromFile .. " in place.")
226-
dt.print(string.format(_("Unable to move edited file into collection. Leaving it as %s"), fromFile))
226+
dt.print(string.format(_("Unable to move edited file into collection. Leaving it as %s"), fromFile))
227227
end
228228
return result
229229
end

0 commit comments

Comments
 (0)