diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-08 14:54:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-08 14:56:19 -0800 |
commit | 947a100d45387fe85f8b31641cc0852356831661 (patch) | |
tree | da902f370c0cd39502be959608769c67a61f0be4 /translations/subsurface_pl_PL.ts | |
parent | 299ba2036498ff80bc7428e331c033ef9008428e (diff) | |
download | subsurface-947a100d45387fe85f8b31641cc0852356831661.tar.gz |
translations: brute force adjustment of tranlated text
Thanks to commit 299ba20364 ("Update translation source strings") all
the translated terms in the Command classes are now part of the base
class. So remove the references to the subclasses in the translation
sources as well.
Fixes: #3068
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations/subsurface_pl_PL.ts')
-rw-r--r-- | translations/subsurface_pl_PL.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/translations/subsurface_pl_PL.ts b/translations/subsurface_pl_PL.ts index 084bc2da8..4334cebd6 100644 --- a/translations/subsurface_pl_PL.ts +++ b/translations/subsurface_pl_PL.ts @@ -991,7 +991,7 @@ </message> </context> <context> - <name>Command::AddCylinder</name> + <name>Command</name> <message> <location filename="../commands/command_edit.cpp" line="1033"/> <source>Add cylinder</source> @@ -1004,7 +1004,7 @@ </message> </context> <context> - <name>Command::AddEventBookmark</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="67"/> <source>Add bookmark</source> @@ -1012,7 +1012,7 @@ </message> </context> <context> - <name>Command::AddEventDivemodeSwitch</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="73"/> <source>Add dive mode switch to %1</source> @@ -1020,7 +1020,7 @@ </message> </context> <context> - <name>Command::AddEventSetpointChange</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="79"/> <source>Add set point change</source> @@ -1028,7 +1028,7 @@ </message> </context> <context> - <name>Command::EditCylinder</name> + <name>Command</name> <message> <location filename="../commands/command_edit.cpp" line="1204"/> <source>Edit cylinder</source> @@ -1041,7 +1041,7 @@ </message> </context> <context> - <name>Command::RemoveCylinder</name> + <name>Command</name> <message> <location filename="../commands/command_edit.cpp" line="1154"/> <source>Remove cylinder</source> @@ -1054,7 +1054,7 @@ </message> </context> <context> - <name>Command::RemoveEvent</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="114"/> <source>Remove %1 event</source> @@ -1062,7 +1062,7 @@ </message> </context> <context> - <name>Command::RenameEvent</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="86"/> <source>Rename bookmark to %1</source> |