aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_file.h')
-rw-r--r--ui/qt/capture_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file.h b/ui/qt/capture_file.h
index 11418db2a1..18186d80ed 100644
--- a/ui/qt/capture_file.h
+++ b/ui/qt/capture_file.h
@@ -50,7 +50,7 @@ public:
/** Return a filename suitable for use in a window title.
*
* @return One of: the basename of the capture file without an extension,
- * the basename followed by "[closing", "[closed]", or "[no capture file]".
+ * the basename followed by "[closing]", "[closed]", or "[no capture file]".
*/
const QString fileTitle() { return file_title_ + file_state_; }