Clarify that %rf{path} is the correct syntax

This commit is contained in:
AtlasTheBot 2018-01-31 22:23:18 -05:00
parent 4a5ee63fce
commit f98e3fb33a

View file

@ -61,7 +61,7 @@ public class CodeMenuEntryFilename : CodeMenuEntry
public static readonly CodeMenuEntryFilename ranimal = new CodeMenuEntryFilename("ranimal", "Random animal", Resources.ReplCodeMenuCategory_Random);
// TODO: Also Translate
public static readonly CodeMenuEntryFilename rf = new CodeMenuEntryFilename("rf", "Random line from file", Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename rf = new CodeMenuEntryFilename("rf", "Random line from file. Use {path} to determine the file", Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename width = new CodeMenuEntryFilename("width", Resources.ReplCodeMenuEntry_width_Gets_image_width, Resources.ReplCodeMenuCategory_Image);
public static readonly CodeMenuEntryFilename height = new CodeMenuEntryFilename("height", Resources.ReplCodeMenuEntry_height_Gets_image_height, Resources.ReplCodeMenuCategory_Image);