X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=226fd56da5b6498677dd2e128dd2dbc6878ec889;hp=fd32ac7abdc1718e4e4e7566b033538026ea5e30;hb=61b373e48107ac90eac8c19aa506b1827120cda9;hpb=8ab1a8040e3d3615ac2f6656f38fef8a809364a8 diff --git a/src/editor.c b/src/editor.c index fd32ac7a..226fd56d 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7749,7 +7749,7 @@ static boolean PrepareSavingIntoPersonalLevelSet(void) return TRUE; } - if (!Request("This level is read only! " + if (!Request("This level is read-only! " "Save into personal level set?", REQ_ASK)) return FALSE; @@ -13410,7 +13410,7 @@ static void HandleTextbuttonGadgets(struct GadgetInfo *gi) if (levelset_save_mode == LEVELSET_SAVE_MODE_UPDATE && leveldir_current->readonly) { - Request("This level set is read only!", REQ_CONFIRM); + Request("This level set is read-only!", REQ_CONFIRM); return; }