paint: cleanup

This commit is contained in:
luboslenco
2026-03-15 11:37:45 +01:00
parent f2e53fd899
commit fdb88c3cc9
63 changed files with 904 additions and 900 deletions
+6 -6
View File
@@ -2,27 +2,27 @@
#include "global.h"
char *strings_arm_file_expected() {
return tr("Error: .arm file expected", NULL);
return tr("Error: .arm file expected");
}
char *strings_unknown_asset_format() {
return tr("Error: Unknown asset format", NULL);
return tr("Error: Unknown asset format");
}
char *strings_could_not_locate_texture() {
return tr("Error: Could not locate texture", NULL);
return tr("Error: Could not locate texture");
}
char *strings_failed_to_read_mesh_data() {
return tr("Error: Failed to read mesh data", NULL);
return tr("Error: Failed to read mesh data");
}
char *strings_check_internet_connection() {
return tr("Error: Check internet connection to access the cloud", NULL);
return tr("Error: Check internet connection to access the cloud");
}
char *strings_asset_already_imported() {
return tr("Info: Asset already imported", NULL);
return tr("Info: Asset already imported");
}
char *strings_graphics_api() {