strings.rs 364 B

123456789
  1. pub static OPEN_BTN: &'static str = "Open";
  2. pub static SAVE_BTN: &'static str = "Save";
  3. pub static SAVE_AS_BTN: &'static str = "Save As";
  4. pub static OPEN_DIALOG_BTN: &'static str = "Open";
  5. pub static CANCEL_DIALOG_BTN: &'static str = "Cancel";
  6. pub static TILESET_LABEL: &'static str = "Tileset";
  7. pub static TILESET_LOAD_BTN: &'static str = "Load Tileset Image";