UBL_Language_Update (#7520)
* UBL_Language_Update Translatable strings * Use slightly better wording... * Use slightly better wording...
This commit is contained in:
@@ -328,6 +328,15 @@
|
||||
#ifndef MSG_UBL_SAVE_MESH
|
||||
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
|
||||
#endif
|
||||
#ifndef MSG_MESH_LOADED
|
||||
#define MSG_MESH_LOADED _UxGT("Mesh %i loaded")
|
||||
#endif
|
||||
#ifndef MSG_MESH_SAVED
|
||||
#define MSG_MESH_SAVED _UxGT("Mesh %i saved")
|
||||
#endif
|
||||
#ifndef MSG_NO_STORAGE
|
||||
#define MSG_NO_STORAGE _UxGT("No storage")
|
||||
#endif
|
||||
#ifndef MSG_UBL_SAVE_ERROR
|
||||
#define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user