summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-01-04 13:33:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-01-23 14:16:33 +0100
commit50c2ebde87ee3c74fd0e509015b534bd26d538ba (patch)
tree25fd4115434e6af6201b5c7ec7c92c1203a6a998
parentd9a88a7a56f0ba41f2505b9b5756a4a0c26fa786 (diff)
proto/freetrack: rename for compact ui
-rw-r--r--proto-ft/ftnoir_protocol_ft.h2
-rw-r--r--proto-ft/lang/nl_NL.ts2
-rw-r--r--proto-ft/lang/ru_RU.ts2
-rw-r--r--proto-ft/lang/stub.ts2
-rw-r--r--proto-ft/lang/zh_CN.ts2
5 files changed, 5 insertions, 5 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h
index a07747d9..6ac1619f 100644
--- a/proto-ft/ftnoir_protocol_ft.h
+++ b/proto-ft/ftnoir_protocol_ft.h
@@ -86,6 +86,6 @@ class freetrackDll : public Metadata
Q_OBJECT
public:
- QString name() { return tr("freetrack 2.0 Enhanced"); }
+ QString name() { return tr("freetrack"); }
QIcon icon() { return QIcon(":/images/freetrack.png"); }
};
diff --git a/proto-ft/lang/nl_NL.ts b/proto-ft/lang/nl_NL.ts
index c8603973..9128805a 100644
--- a/proto-ft/lang/nl_NL.ts
+++ b/proto-ft/lang/nl_NL.ts
@@ -99,7 +99,7 @@ Starting tracking will again overwrite the DLL locations.</source>
<context>
<name>freetrackDll</name>
<message>
- <source>freetrack 2.0 Enhanced</source>
+ <source>freetrack</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/proto-ft/lang/ru_RU.ts b/proto-ft/lang/ru_RU.ts
index a6433fd5..0a40fc3c 100644
--- a/proto-ft/lang/ru_RU.ts
+++ b/proto-ft/lang/ru_RU.ts
@@ -101,7 +101,7 @@ Starting tracking will again overwrite the DLL locations.</source>
<context>
<name>freetrackDll</name>
<message>
- <source>freetrack 2.0 Enhanced</source>
+ <source>freetrack</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/proto-ft/lang/stub.ts b/proto-ft/lang/stub.ts
index ac88d895..5de7b5bf 100644
--- a/proto-ft/lang/stub.ts
+++ b/proto-ft/lang/stub.ts
@@ -99,7 +99,7 @@ Starting tracking will again overwrite the DLL locations.</source>
<context>
<name>freetrackDll</name>
<message>
- <source>freetrack 2.0 Enhanced</source>
+ <source>freetrack</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/proto-ft/lang/zh_CN.ts b/proto-ft/lang/zh_CN.ts
index 7706d27c..e7db98a1 100644
--- a/proto-ft/lang/zh_CN.ts
+++ b/proto-ft/lang/zh_CN.ts
@@ -99,7 +99,7 @@ Starting tracking will again overwrite the DLL locations.</source>
<context>
<name>freetrackDll</name>
<message>
- <source>freetrack 2.0 Enhanced</source>
+ <source>freetrack</source>
<translation type="unfinished"></translation>
</message>
</context>