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_hu.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_hu.ts')
-rw-r--r-- | translations/subsurface_hu.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/translations/subsurface_hu.ts b/translations/subsurface_hu.ts index 975b52af1..cc55e3e16 100644 --- a/translations/subsurface_hu.ts +++ b/translations/subsurface_hu.ts @@ -989,7 +989,7 @@ Nyomd meg a mentés gombot.</translation> </message> </context> <context> - <name>Command::AddCylinder</name> + <name>Command</name> <message> <location filename="../commands/command_edit.cpp" line="1033"/> <source>Add cylinder</source> @@ -1002,7 +1002,7 @@ Nyomd meg a mentés gombot.</translation> </message> </context> <context> - <name>Command::AddEventBookmark</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="67"/> <source>Add bookmark</source> @@ -1010,7 +1010,7 @@ Nyomd meg a mentés gombot.</translation> </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> @@ -1018,7 +1018,7 @@ Nyomd meg a mentés gombot.</translation> </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> @@ -1026,7 +1026,7 @@ Nyomd meg a mentés gombot.</translation> </message> </context> <context> - <name>Command::EditCylinder</name> + <name>Command</name> <message> <location filename="../commands/command_edit.cpp" line="1204"/> <source>Edit cylinder</source> @@ -1039,7 +1039,7 @@ Nyomd meg a mentés gombot.</translation> </message> </context> <context> - <name>Command::RemoveCylinder</name> + <name>Command</name> <message> <location filename="../commands/command_edit.cpp" line="1154"/> <source>Remove cylinder</source> @@ -1052,7 +1052,7 @@ Nyomd meg a mentés gombot.</translation> </message> </context> <context> - <name>Command::RemoveEvent</name> + <name>Command</name> <message> <location filename="../commands/command_event.cpp" line="114"/> <source>Remove %1 event</source> @@ -1060,7 +1060,7 @@ Nyomd meg a mentés gombot.</translation> </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> |