Explorar o código

ImageViewer: Kindly ask the user if they want to delete a file

Musab Kılıç %!s(int64=3) %!d(string=hai) anos
pai
achega
7b45653331
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Userland/Applications/ImageViewer/main.cpp

+ 1 - 1
Userland/Applications/ImageViewer/main.cpp

@@ -128,7 +128,7 @@ int main(int argc, char** argv)
                 return;
 
             auto msgbox_result = GUI::MessageBox::show(window,
-                String::formatted("Really delete {}?", path),
+                String::formatted("Are you sure you want to delete {}?", path),
                 "Confirm deletion",
                 GUI::MessageBox::Type::Warning,
                 GUI::MessageBox::InputType::OKCancel);