diff options
Diffstat (limited to 'src/gui/windows/itemamountwindow.cpp')
-rw-r--r-- | src/gui/windows/itemamountwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/itemamountwindow.cpp b/src/gui/windows/itemamountwindow.cpp index 5bd7da12e..cefeaca7b 100644 --- a/src/gui/windows/itemamountwindow.cpp +++ b/src/gui/windows/itemamountwindow.cpp @@ -264,6 +264,10 @@ ItemAmountWindow::ItemAmountWindow(const Usage usage, // TRANSLATORS: amount window message setCaption(_("Select amount of items to send.")); break; + case CraftAdd: + // TRANSLATORS: amount window message + setCaption(_("Select amount of items to craft.")); + break; #endif case CartAdd: // TRANSLATORS: amount window message |