summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/FindInFilesWidget.cpp
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2023-05-22 13:07:09 -0400
committerAndreas Kling <kling@serenityos.org>2023-05-23 05:59:49 +0200
commit02d94a303c8c8329061e990dbe2e9914fae19965 (patch)
tree3277fa8de6c3b63adcca228269a4f6bacbc963bb /Userland/DevTools/HackStudio/FindInFilesWidget.cpp
parent024360e6049c7912cc4000833ba2876fef1b2b32 (diff)
downloadserenity-02d94a303c8c8329061e990dbe2e9914fae19965.zip
Base+Userland: Apply Human Interface Guidelines to Object text
Corrects a slew of titles, buttons, labels, menu items and status bars for capitalization, ellipses and punctuation. Rewords a few actions and dialogs to use uniform language and punctuation.
Diffstat (limited to 'Userland/DevTools/HackStudio/FindInFilesWidget.cpp')
-rw-r--r--Userland/DevTools/HackStudio/FindInFilesWidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/DevTools/HackStudio/FindInFilesWidget.cpp b/Userland/DevTools/HackStudio/FindInFilesWidget.cpp
index 3a768794b4..97769c2783 100644
--- a/Userland/DevTools/HackStudio/FindInFilesWidget.cpp
+++ b/Userland/DevTools/HackStudio/FindInFilesWidget.cpp
@@ -122,8 +122,8 @@ FindInFilesWidget::FindInFilesWidget()
m_textbox = top_container.add<GUI::TextBox>();
- m_button = top_container.add<GUI::Button>("Find in files"_string.release_value_but_fixme_should_propagate_errors());
- m_button->set_fixed_width(100);
+ m_button = top_container.add<GUI::Button>("Find"_string.release_value_but_fixme_should_propagate_errors());
+ m_button->set_fixed_width(50);
m_result_view = add<GUI::TableView>();