https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da895c2f997fa06fc85cd…
commit da895c2f997fa06fc85cde064cfb2c8eee3a77ce
Author: Piotr Hetnarowicz <40692062+pithwz(a)users.noreply.github.com>
AuthorDate: Tue Aug 18 12:55:52 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Tue Aug 18 12:55:52 2020 +0200
[EXPLORER] Polish description fix for Taskbar properties dialog. (#3073)
---
base/shell/explorer/lang/pl-PL.rc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/base/shell/explorer/lang/pl-PL.rc b/base/shell/explorer/lang/pl-PL.rc
index 40dad7a73c1..a9f688f2e45 100644
--- a/base/shell/explorer/lang/pl-PL.rc
+++ b/base/shell/explorer/lang/pl-PL.rc
@@ -6,6 +6,7 @@
* Updated by niski - Maciej Bialas (bjauy(a)o2.pl), July 2009
* UTF-8 conversion by Caemyr (May, 2011)
* Updated by Marcin Mikołajczak <me(a)m4sk.in> (September, 2017)
+ * Updated by Piotr Hetnarowicz <piotrhwz(a)gmail.com> (August, 2020)
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
@@ -203,6 +204,6 @@ END
STRINGTABLE
BEGIN
- IDS_TASKBAR_STARTMENU_PROP_CAPTION "Właściwości paska zadań i menu Start"
+ IDS_TASKBAR_STARTMENU_PROP_CAPTION "Paska zadań i menu Start"
IDS_RESTORE_ALL "&Pokaż otwarte okna"
END