summaryrefslogtreecommitdiffstats
path: root/translations/subsurface_tr.ts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-08 14:54:59 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-08 14:56:19 -0800
commit947a100d45387fe85f8b31641cc0852356831661 (patch)
treeda902f370c0cd39502be959608769c67a61f0be4 /translations/subsurface_tr.ts
parent299ba2036498ff80bc7428e331c033ef9008428e (diff)
downloadsubsurface-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_tr.ts')
-rw-r--r--translations/subsurface_tr.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/translations/subsurface_tr.ts b/translations/subsurface_tr.ts
index b758064a8..95abe9f9a 100644
--- a/translations/subsurface_tr.ts
+++ b/translations/subsurface_tr.ts
@@ -987,7 +987,7 @@
</message>
</context>
<context>
- <name>Command::AddCylinder</name>
+ <name>Command</name>
<message>
<location filename="../commands/command_edit.cpp" line="1033"/>
<source>Add cylinder</source>
@@ -1000,7 +1000,7 @@
</message>
</context>
<context>
- <name>Command::AddEventBookmark</name>
+ <name>Command</name>
<message>
<location filename="../commands/command_event.cpp" line="67"/>
<source>Add bookmark</source>
@@ -1008,7 +1008,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>
@@ -1016,7 +1016,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>
@@ -1024,7 +1024,7 @@
</message>
</context>
<context>
- <name>Command::EditCylinder</name>
+ <name>Command</name>
<message>
<location filename="../commands/command_edit.cpp" line="1204"/>
<source>Edit cylinder</source>
@@ -1037,7 +1037,7 @@
</message>
</context>
<context>
- <name>Command::RemoveCylinder</name>
+ <name>Command</name>
<message>
<location filename="../commands/command_edit.cpp" line="1154"/>
<source>Remove cylinder</source>
@@ -1050,7 +1050,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>
@@ -1058,7 +1058,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>