diff options
| author | 2016-01-08 13:26:21 +0000 | |
|---|---|---|
| committer | 2016-01-08 14:17:05 +0000 | |
| commit | 4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e (patch) | |
| tree | 631b22ad849af4fe8e46e3d5ba1f8455f564a317 | |
| parent | rename alert icon to notifier as whats its used for (diff) | |
| download | KVIrc-4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e.tar.gz KVIrc-4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e.tar.bz2 KVIrc-4cab6b2ee53db876971feb87f8dc2a0aeb29ca2e.zip | |
fix SocketSpy label consistency to other entries.
| -rw-r--r-- | src/kvirc/kernel/KviCoreActions.cpp | 2 | ||||
| -rw-r--r-- | src/modules/socketspy/libkvisocketspy.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/kvirc/kernel/KviCoreActions.cpp b/src/kvirc/kernel/KviCoreActions.cpp index 090712535..d11ed75c7 100644 --- a/src/kvirc/kernel/KviCoreActions.cpp +++ b/src/kvirc/kernel/KviCoreActions.cpp @@ -137,7 +137,7 @@ void register_core_actions(KviActionManager * m) SCRIPT_ACTION( KVI_COREACTION_SOCKETSPY, "socketspy.open", - __tr2qs("Show SocketSpy"), + __tr2qs("Show Socket Spy"), __tr2qs("Shows a window that allows monitoring the socket traffic"), KviActionManager::categoryScripting(), "kvi_bigicon_socketspy.png", diff --git a/src/modules/socketspy/libkvisocketspy.cpp b/src/modules/socketspy/libkvisocketspy.cpp index dfd7f7856..08bb5e14a 100644 --- a/src/modules/socketspy/libkvisocketspy.cpp +++ b/src/modules/socketspy/libkvisocketspy.cpp @@ -40,11 +40,11 @@ KviPointerList<SocketSpyWindow> * g_pSocketSpyWindowList = 0; @title: socketspy.open @short: - Opens a SocketSpy window + Opens a Socket Spy window @syntax: socketspy.open @description: - Creates a new socketspy window. A SocketSpy window + Creates a new socket spy window. A Socket spy window monitors the incoming and outgoing RAW data on the IRC socket of the current IRC context. */ |
