summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 12207be20..9eb5176d1 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1342,7 +1342,10 @@ static int uploadUpdate(void *ptr,
else
{
// TRANSLATORS: file uploaded message
- new OkDialog(_("File uploaded"), str, DialogType::OK,
+ new OkDialog(_("File uploaded"), str,
+ // TRANSLATORS: ok dialog button
+ _("OK"),
+ DialogType::OK,
true, false, nullptr, 260);
}
}