Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA2v9-004Mq2-55 for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Dec 2023 06:59:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rA2v7-00FKQB-Qi for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Dec 2023 06:59:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA2v7-00FKQ2-Hb for pgadmin-hackers@lists.postgresql.org; Mon, 04 Dec 2023 06:59:09 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA2v5-00A0U9-Nw for pgadmin-hackers@lists.postgresql.org; Mon, 04 Dec 2023 06:59:08 +0000 Received: from github.com (hubbernetes-node-8546d74.ash1-iad.github.net [10.56.146.21]) by smtp.github.com (Postfix) with ESMTPA id D755560102D for ; Sun, 3 Dec 2023 22:59:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701673145; bh=RZzn/pGLgOnO2a2sZZbnwGfT8PO7vt1IvcR6yerR+Bw=; h=Date:From:To:Subject:From; b=ZzgqTq83Bc9wsf1FZ8hq02504XHgZSVVY0iChVHbC8gSV2UtdGOvlpI/T8A6qvxZj x4y/VeMneY1WJ9GkeD8oft6Mwijwa2YYAlTAM8LUqqr840aBPTJJi96Qvl1Sp5Y8II 4eWhv9P+cuIny9iPJxHyn5PKBHZv/ZeSIo/k4cKo= Date: Sun, 03 Dec 2023 22:59:05 -0800 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4b7151: Rename all references of 'Execute query' to 'Execu... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4b71519b80b5481cf16083ac07117c8cc5be027f https://github.com/pgadmin-org/pgadmin4/commit/4b71519b80b5481cf16083ac07117c8cc5be027f Author: Anil Sahoo Date: 2023-12-04 (Mon, 04 Dec 2023) Changed paths: M docs/en_US/query_tool.rst M docs/en_US/query_tool_toolbar.rst M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx M web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py M web/regression/feature_utils/locators.py Log Message: ----------- Rename all references of 'Execute query' to 'Execute script' to be more relevant. #6842