diff --git a/grepWinNP3/src/Resources/grepWin.rc b/grepWinNP3/src/Resources/grepWin.rc index 5695258b6..ae91f0cda 100644 --- a/grepWinNP3/src/Resources/grepWin.rc +++ b/grepWinNP3/src/Resources/grepWin.rc @@ -419,7 +419,7 @@ BEGIN IDS_ERR_INVALID_PATH "Invalid path!" IDS_PROGRAMS "Programs" IDS_ALLFILES "All Files" - IDS_BACKUPINFOLDER_TT "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" + IDS_BACKUPINFOLDER_TT "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" IDS_SHIFT_NOTSEARCH "hold down the shift key to find files that DO NOT contain the search string" IDS_FILEEXT "Ext" IDS_DARKMODE_TT "Dark Mode requires at least Win10 v1803, and it must be enabled in the Windows system settings." diff --git a/grepWinNP3/src/last/version.h b/grepWinNP3/src/last/version.h index 34af090bb..0b1090838 100644 --- a/grepWinNP3/src/last/version.h +++ b/grepWinNP3/src/last/version.h @@ -6,13 +6,13 @@ //#pragma message(__LOC__"Run the NAnt script to get proper version info") -#define FILEVER 2, 1, 2, 17 -#define PRODUCTVER 2, 1, 2, 17 -#define STRFILEVER "2.1.2.17\0" -#define STRPRODUCTVER "2.1.2.17\0" +#define FILEVER 2, 1, 3, 18 +#define PRODUCTVER 2, 1, 3, 18 +#define STRFILEVER "2.1.3.18\0" +#define STRPRODUCTVER "2.1.3.18\0" #define GREPWIN_VERMAJOR 2 #define GREPWIN_VERMINOR 1 -#define GREPWIN_VERMICRO 2 -#define GREPWIN_VERBUILD 17 -#define GREPWIN_VERDATE "2020-07-12" +#define GREPWIN_VERMICRO 3 +#define GREPWIN_VERBUILD 18 +#define GREPWIN_VERDATE "2020-07-14" diff --git a/grepWinNP3/src/resource.h b/grepWinNP3/src/resource.h index 53a8fb68e..a965ede79 100644 --- a/grepWinNP3/src/resource.h +++ b/grepWinNP3/src/resource.h @@ -171,7 +171,6 @@ #define IDC_UPDATELINK 1087 #define IDC_DOUPDATECHECKS 1088 #define IDC_CAPTURESEARCH 1089 -#define IDC_EDIT1 1090 #define IDC_NUMNULL 1090 #define IDC_RESETDEFAULT 3000 diff --git a/grepWinNP3/translationsNP3/Afrikaans (Suid-Afrika) [af-ZA].lang b/grepWinNP3/translationsNP3/Afrikaans (Suid-Afrika) [af-ZA].lang index 421e8eded..46671bcb9 100644 --- a/grepWinNP3/translationsNP3/Afrikaans (Suid-Afrika) [af-ZA].lang +++ b/grepWinNP3/translationsNP3/Afrikaans (Suid-Afrika) [af-ZA].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Bahasa Indonesia (Indonesia) [id-ID].lang b/grepWinNP3/translationsNP3/Bahasa Indonesia (Indonesia) [id-ID].lang index 92784e5fd..e641766e3 100644 --- a/grepWinNP3/translationsNP3/Bahasa Indonesia (Indonesia) [id-ID].lang +++ b/grepWinNP3/translationsNP3/Bahasa Indonesia (Indonesia) [id-ID].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Deutsch (Deutschland) [de-DE].lang b/grepWinNP3/translationsNP3/Deutsch (Deutschland) [de-DE].lang index 7b6b3924e..5372657a7 100644 --- a/grepWinNP3/translationsNP3/Deutsch (Deutschland) [de-DE].lang +++ b/grepWinNP3/translationsNP3/Deutsch (Deutschland) [de-DE].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Wenn aktiviert, wird ein Backup-Ordner innerhalb des Ordners erstellt, in dem gesucht/ersetzt wird, und die Dateien werden in diesen Ordner gesichert." #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/English (United Kingdom) [en-GB].lang b/grepWinNP3/translationsNP3/English (United Kingdom) [en-GB].lang index b0b1b2d27..2351204b1 100644 --- a/grepWinNP3/translationsNP3/English (United Kingdom) [en-GB].lang +++ b/grepWinNP3/translationsNP3/English (United Kingdom) [en-GB].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/English (United States) [en-US].lang b/grepWinNP3/translationsNP3/English (United States) [en-US].lang index 7670bd77e..7a6b2320d 100644 --- a/grepWinNP3/translationsNP3/English (United States) [en-US].lang +++ b/grepWinNP3/translationsNP3/English (United States) [en-US].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Español (España) [es-ES].lang b/grepWinNP3/translationsNP3/Español (España) [es-ES].lang index 62b1b7120..2389dec23 100644 --- a/grepWinNP3/translationsNP3/Español (España) [es-ES].lang +++ b/grepWinNP3/translationsNP3/Español (España) [es-ES].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "si está activado, una carpeta de respaldo se crea dentro de la cual se busca/reemplaza, y los archivos son colocados en esta" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Español Mexicano (Mexico) [es-MX].lang b/grepWinNP3/translationsNP3/Español Mexicano (Mexico) [es-MX].lang index fb0f6778e..25b1b673a 100644 --- a/grepWinNP3/translationsNP3/Español Mexicano (Mexico) [es-MX].lang +++ b/grepWinNP3/translationsNP3/Español Mexicano (Mexico) [es-MX].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Si está activado, una carpeta de respaldo se crea dentro de la cual se busca/reemplaza, y los archivos son respaldados en esta" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Français (France) [fr-FR].lang b/grepWinNP3/translationsNP3/Français (France) [fr-FR].lang index 8c6d9d35f..82befc0ce 100644 --- a/grepWinNP3/translationsNP3/Français (France) [fr-FR].lang +++ b/grepWinNP3/translationsNP3/Français (France) [fr-FR].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "si activé, un sous-dossier backup est créé dans le dossier des recherches / les remplacements sont réalisés, et les fichiers y sont sauvegardés" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Italiano (Italia) [it-IT].lang b/grepWinNP3/translationsNP3/Italiano (Italia) [it-IT].lang index 5e83a8584..c8a28605b 100644 --- a/grepWinNP3/translationsNP3/Italiano (Italia) [it-IT].lang +++ b/grepWinNP3/translationsNP3/Italiano (Italia) [it-IT].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Se abilitato, viene creata una cartella di backup all'interno della cartella in cui viene eseguita la ricerca/sostituzione, e i file vengono copiati in tale cartella" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Magyar (Magyarország) [hu-HU].lang b/grepWinNP3/translationsNP3/Magyar (Magyarország) [hu-HU].lang index fdc69938a..ca56523db 100644 --- a/grepWinNP3/translationsNP3/Magyar (Magyarország) [hu-HU].lang +++ b/grepWinNP3/translationsNP3/Magyar (Magyarország) [hu-HU].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Ha ez be van kapcsolva, akkor egy mentési könyvtár kerül létrehozásra a keresési/csere mappa alá, s a mentés ide kerül" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang b/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang index 7159468ee..c16a269ec 100644 --- a/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang +++ b/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "indien ingeschakeld, wordt er een backup map gemaakt in de map die wordt doorzocht/vervangen en van de bestanden wordt een backup gemaakt in die map" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Polski (Polska) [pl-PL].lang b/grepWinNP3/translationsNP3/Polski (Polska) [pl-PL].lang index b9e260e99..973f4a9be 100644 --- a/grepWinNP3/translationsNP3/Polski (Polska) [pl-PL].lang +++ b/grepWinNP3/translationsNP3/Polski (Polska) [pl-PL].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Jeśli opcja jest włączona, folder kopii zapasowej jest tworzony wewnątrz folderu, który jest przeszukiwany/zastępowany, a pliki są archiwizowane w tym folderze" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Português (Portugal) [pt-PT].lang b/grepWinNP3/translationsNP3/Português (Portugal) [pt-PT].lang index c4bcd1efb..2f1b5e6a6 100644 --- a/grepWinNP3/translationsNP3/Português (Portugal) [pt-PT].lang +++ b/grepWinNP3/translationsNP3/Português (Portugal) [pt-PT].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Se activado, é criada uma pasta de seguranças dentro da pasta em que é pesquisada/substituída e as seguranças dos ficheiros são feitas nessa pasta" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Português Brasileiro (Brasil) [pt-BR].lang b/grepWinNP3/translationsNP3/Português Brasileiro (Brasil) [pt-BR].lang index af408c521..3889ab3fd 100644 --- a/grepWinNP3/translationsNP3/Português Brasileiro (Brasil) [pt-BR].lang +++ b/grepWinNP3/translationsNP3/Português Brasileiro (Brasil) [pt-BR].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Se ativado, uma pasta de backup é criada dentro da pasta que é pesquisada/substituída, e os backups dos arquivos serão feitos nesta pasta" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Slovenčina (Slovensko) [sk-SK].lang b/grepWinNP3/translationsNP3/Slovenčina (Slovensko) [sk-SK].lang index 07508502a..6dc3690c7 100644 --- a/grepWinNP3/translationsNP3/Slovenčina (Slovensko) [sk-SK].lang +++ b/grepWinNP3/translationsNP3/Slovenčina (Slovensko) [sk-SK].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Ak je povolené, vytvorí sa v priečinku, v ktorom sa vyhľadáva/nahrádza, záložný priečinok a súbory sa zálohujú do tohto priečinka" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Svenska (Sverige) [sv-SE].lang b/grepWinNP3/translationsNP3/Svenska (Sverige) [sv-SE].lang index 67a072fdf..8cb061a47 100644 --- a/grepWinNP3/translationsNP3/Svenska (Sverige) [sv-SE].lang +++ b/grepWinNP3/translationsNP3/Svenska (Sverige) [sv-SE].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "En mapp med en säkerhetskopia skapas innuti mappen du söker i, och filer säkerhetskopieras skapas för filerna till denna mapp" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Tiếng Việt (Việt Nam) [vi-VN].lang b/grepWinNP3/translationsNP3/Tiếng Việt (Việt Nam) [vi-VN].lang index 18d566130..aad8c063e 100644 --- a/grepWinNP3/translationsNP3/Tiếng Việt (Việt Nam) [vi-VN].lang +++ b/grepWinNP3/translationsNP3/Tiếng Việt (Việt Nam) [vi-VN].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Türkçe (Türkiye) [tr-TR].lang b/grepWinNP3/translationsNP3/Türkçe (Türkiye) [tr-TR].lang index 573007889..e7a12aff2 100644 --- a/grepWinNP3/translationsNP3/Türkçe (Türkiye) [tr-TR].lang +++ b/grepWinNP3/translationsNP3/Türkçe (Türkiye) [tr-TR].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "grepWinNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Etkinleştirildiğinde, aranan/değiştirilen klasörün içinde bir yedekleme klasörü oluşturulur ve dosyalar bu klasöre yedeklenir" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Ελληνικά (Ελλάδα) [el-GR].lang b/grepWinNP3/translationsNP3/Ελληνικά (Ελλάδα) [el-GR].lang index fb20737bb..dbe595dce 100644 --- a/grepWinNP3/translationsNP3/Ελληνικά (Ελλάδα) [el-GR].lang +++ b/grepWinNP3/translationsNP3/Ελληνικά (Ελλάδα) [el-GR].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Εάν είναι ενεργοποιημένο, δημιουργείται ένας εφεδρικός φάκελος μέσα στον φάκελο στον οποίο γίνεται αναζήτηση/αντικατάσταση και δημιουργούνται αντίγραφα ασφαλείας σε αυτόν τον φάκελο" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Беларуская (Беларусь) [be-BY].lang b/grepWinNP3/translationsNP3/Беларуская (Беларусь) [be-BY].lang index 89a63cd5e..9e217e5ed 100644 --- a/grepWinNP3/translationsNP3/Беларуская (Беларусь) [be-BY].lang +++ b/grepWinNP3/translationsNP3/Беларуская (Беларусь) [be-BY].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Калі ўключана, папка з бэкапам ствараецца ўнутры папкі пошука/замены, і файлы капіруюцца ў гэту папку" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/Русский (Pоссия) [ru-RU].lang b/grepWinNP3/translationsNP3/Русский (Pоссия) [ru-RU].lang index fd05910b4..8a694f195 100644 --- a/grepWinNP3/translationsNP3/Русский (Pоссия) [ru-RU].lang +++ b/grepWinNP3/translationsNP3/Русский (Pоссия) [ru-RU].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "Если включено, папка с бэкапом создается внутри папки поиска/замены, и файлы копируются в эту папку" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/हिन्दी (भारत) [hi-IN].lang b/grepWinNP3/translationsNP3/हिन्दी (भारत) [hi-IN].lang index 12979c309..2dc009f09 100644 --- a/grepWinNP3/translationsNP3/हिन्दी (भारत) [hi-IN].lang +++ b/grepWinNP3/translationsNP3/हिन्दी (भारत) [hi-IN].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/日本語 (日本) [ja-JP].lang b/grepWinNP3/translationsNP3/日本語 (日本) [ja-JP].lang index 1bbfb4793..96154e697 100644 --- a/grepWinNP3/translationsNP3/日本語 (日本) [ja-JP].lang +++ b/grepWinNP3/translationsNP3/日本語 (日本) [ja-JP].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "有効にすると、検索/置換を行ったフォルダ内にバックアップ用フォルダが作成され、そのフォルダ内にファイルがバックアップされます。" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/简体中文 (中国) [zh-CN].lang b/grepWinNP3/translationsNP3/简体中文 (中国) [zh-CN].lang index f5834e849..73238e5eb 100644 --- a/grepWinNP3/translationsNP3/简体中文 (中国) [zh-CN].lang +++ b/grepWinNP3/translationsNP3/简体中文 (中国) [zh-CN].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "如果启用, 则在要查找/替换的目录内创建一个备份目录,并将文件备份到该目录。" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/繁體中文 (台灣) [zh-TW].lang b/grepWinNP3/translationsNP3/繁體中文 (台灣) [zh-TW].lang index 335b435e0..a5b921da5 100644 --- a/grepWinNP3/translationsNP3/繁體中文 (台灣) [zh-TW].lang +++ b/grepWinNP3/translationsNP3/繁體中文 (台灣) [zh-TW].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "" #. Resource IDs: (1050) diff --git a/grepWinNP3/translationsNP3/한국어 (대한민국) [ko-KR].lang b/grepWinNP3/translationsNP3/한국어 (대한민국) [ko-KR].lang index 89e40c232..bcfd42596 100644 --- a/grepWinNP3/translationsNP3/한국어 (대한민국) [ko-KR].lang +++ b/grepWinNP3/translationsNP3/한국어 (대한민국) [ko-KR].lang @@ -219,7 +219,7 @@ msgid "GREPWINNP3" msgstr "GREPWINNP3" #. Resource IDs: (156) -msgid "if enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" +msgid "If enabled, a backup folder is created inside the folder that's searched/replaced in, and the files are backed up into that folder" msgstr "설정된 경우, 검색/덮어씌워진 위치에 백업 폴더가 생성되어 파일들을 백업합니다" #. Resource IDs: (1050) diff --git a/grepWinNP3/version.build.in b/grepWinNP3/version.build.in index de8b03a13..f5add1929 100644 --- a/grepWinNP3/version.build.in +++ b/grepWinNP3/version.build.in @@ -4,7 +4,7 @@ - +