diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-15 20:21:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-15 20:21:16 +0300 |
commit | 516d635b6cbce6e38cc3e4f227f6ab0b073925b9 (patch) | |
tree | 61f4e9eab9bae255375e94c29d4663b5d8f217c5 /src/gui/windows/itemamountwindow.cpp | |
parent | 0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 (diff) | |
download | plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.gz plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.bz2 plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.xz plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.zip |
Fix code style.
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 |