Browse Source

Correcting string numbers

Source commit: 49a204e08c4578186877995c41cf9c1007fc210a
Martin Prikryl 3 years ago
parent
commit
e330b9b1d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/resource/TextsCore.h

+ 2 - 2
source/resource/TextsCore.h

@@ -494,8 +494,8 @@
 #define COPY_INFO_DONT_ENCRYPT_NEW_FILES 564
 #define COPY_INFO_EXCLUDE_HIDDEN_FILES 565
 #define COPY_INFO_EXCLUDE_EMPTY_DIRS 566
-#define PUBLIC_KEY_UPLOADED     6006
-#define PUBLIC_KEY_PERMISSIONS  6007
+#define PUBLIC_KEY_UPLOADED     567
+#define PUBLIC_KEY_PERMISSIONS  568
 
 #define CORE_VARIABLE_STRINGS   600
 #define PUTTY_BASED_ON          601