#define STR_SETTINGSREADONLY "Убедитесь, что у файла не задан аттрибут ""только для чтения"", и что папка доступна для записи. Этот файл расположен в:\n%1"
Fixed the typo in the "аттрибут", should be "атрибут":
#define STR_SETTINGSREADONLY "Убедитесь, что у файла не задан атрибут ""только для чтения"", и что папка доступна для записи. Этот файл расположен в:\n%1"
Interesting fact which I didn't know. The English word "attribute" is the same in Russian however in Russian it is spelled only with one T letter "атрибут". Checked with the Microsoft Terminology Dictionary
Capture.PNG
You do not have the required permissions to view the files attached to this post.
Active Colors wrote: ↑June 20th, 2021, 6:45 am
That's it for now.
Also, sorry Brian, I know it would be more efficient using GitHub, unfortunately I don't know how to use it.
Thanks!
Yeah, there is a steep learning curve with git and github. It might be easier to just zip up the .h file and post it here.
Yeah, there is a steep learning curve with git and github. It might be easier to just zip up the .h file and post it here.
-Brian
Right, it is easier to do but somehow didn't think about this idea (even though I did it like that before).
I noticed you have already applied these fixes but you skipped one of them, so I am attaching the file here. Looks good for now.
You do not have the required permissions to view the files attached to this post.
I must be missing something. Where is the Backup functionality in Rainmeter? I can't seem too find where these strings are located:
#define STR_BACKUP "Backup"
#define STR_BACKUPDESCRIPTION "A backup allows you to save a complete copy of your setup, including skins and statistics. Unlike a layout, restoring a backup will replace all edits and updates to your skins since the backup was saved."
Active Colors wrote: ↑June 20th, 2021, 7:47 am
I noticed you have already applied these fixes but you skipped one of them, so I am attaching the file here. Looks good for now.
My bad, thanks for checking!
Active Colors wrote: ↑June 20th, 2021, 7:57 am
I must be missing something. Where is the Backup functionality in Rainmeter?
You aren't missing anything, the backup function was removed almost 10 years ago when we introduced the .rmskin packager. We left the strings in there in case we find another use for them.