[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:35 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=9c8bdca

The following commit has been merged in the master branch:
commit 9c8bdca1fdccc41ca0bb7fe23433eea10fdedb63
Author: Pino Toscano <pino at kde.org>
Date:   Tue Jul 12 10:16:59 2011 +0200

    i18n: typo fix
---
 app/chat-window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index fc2e773..2abe11f 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -94,7 +94,7 @@ ChatWindow::~ChatWindow()
 void ChatWindow::tabBarContextMenu(int index, const QPoint& globalPos)
 {
     KAction close(KIcon("tab-close", KIconLoader::global()), i18n("Close"), this);
-    KAction dettach(KIcon("tab-detach", KIconLoader::global()), i18n("Dettach Tab"), this);
+    KAction dettach(KIcon("tab-detach", KIconLoader::global()), i18n("Detach Tab"), this);
     KAction moveLeft(KIcon("arrow-left", KIconLoader::global()), i18n("Move Tab Left"), this);
     KAction moveRight(KIcon("arrow-right", KIconLoader::global()), i18n("Move Tab Right"), this);
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list