From cc13e32d4a2a92c9f9c7511337600ac299d92e9f Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 9 Dec 2019 22:21:43 +0000 Subject: [PATCH] IDE: unified terms (tabs -> pages) in Search Results dialog git-svn-id: trunk@62371 - --- ide/lazarusidestrconsts.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 20bd096bc3..be4fbea424 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -5481,10 +5481,10 @@ resourcestring rsStartANewSearch = 'Start a new search'; rsCloseCurrentPage = 'Close current page'; rsFilterTheListWithString = 'Filter the lines in list with a string'; - rsCloseLeft = 'Close tab(s) on the left'; - rsCloseRight = 'Close tab(s) on the right'; - rsCloseOthers = 'Close other tab(s)'; - rsCloseAll = 'Close all tabs'; + rsCloseLeft = 'Close page(s) on the left'; + rsCloseRight = 'Close page(s) on the right'; + rsCloseOthers = 'Close other page(s)'; + rsCloseAll = 'Close all pages'; // Application Bundle lisErrorLoadingFrom = 'Error loading %s from%s%s%s%s';