From f760492f51789e6faec27a0b228f7e23b605f2c1 Mon Sep 17 00:00:00 2001 From: Lukas Holecek <hluk@email.cz> Date: Thu, 16 Apr 2020 05:56:17 +0200 Subject: [PATCH] Rephrase "tab full" string Signed-off-by: Lukas Holecek <hluk@email.cz> --- src/gui/clipboardbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/clipboardbrowser.cpp b/src/gui/clipboardbrowser.cpp index d4a535a9a..3ba727bac 100644 --- a/src/gui/clipboardbrowser.cpp +++ b/src/gui/clipboardbrowser.cpp @@ -1584,7 +1584,7 @@ bool ClipboardBrowser::allocateSpaceForNewItems(int newItemCount) log( QString("Cannot add new items. Tab \"%1\" reached the maximum number of items.") .arg(m_tabName), LogWarning ); emit error( - tr("Cannot Add New Items. Tab %1 reached the maximum number of items. Please remove items manually to make space.") + tr("Cannot add new items to tab %1. Please remove items manually to make space.") .arg(quoteString(m_tabName)) ); return false; } -- GitLab