some traductions

This commit is contained in:
2023-01-26 12:02:12 +01:00
parent 149eb24590
commit ff7a75e168
4 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ class About
{
public:
QString title = "RsyncUI";
QString version = "1.4";
QString version = "1.5";
QString author = "Daniel TARTAVEL-JEANNOT";
QString licence = "GPL_V3";
QString description = "Client for rsync server\n\nYou click on file to enqueue it, and RyncUI Download one file a time";
QString description;
QString email = "dtux@free.fr";
QString git = "https://git.labolyon.fr/dtux/RsyncUI/issues";
};