hedgewars/uVideoRec.pas
branchios-develop
changeset 13413 ba39a1d396c0
parent 13226 4028d7f85233
child 13496 c7df0d96da81
--- a/hedgewars/uVideoRec.pas	Sun Jun 10 18:56:51 2018 +0200
+++ b/hedgewars/uVideoRec.pas	Sun Jun 10 19:12:26 2018 +0200
@@ -93,7 +93,14 @@
     end;
 {$IOCHECKS ON}
 
-    // store some description in output file
+    { Store some description in output file.
+    The comment must follow a particular format and must be in English.
+    This will be parsed by the frontend.
+    The frontend will parse lines of this format:
+        Key: Value
+    The key names will be localized in the frontend.
+    If you add a key/value pair, don't forget to add a localization
+    in the frontend! }
     desc:= '';
     if UserNick <> '' then
         desc:= desc + 'Player: ' + UserNick + #10;