[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    Patch to change abort to cancel
From:       Mackenzie Morgan <macoafi () gmail ! com>
Date:       2009-07-18 23:42:34
Message-ID: 200907181942.37782.macoafi () gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


Celeste/seele asked me to go through and get rid of the word "abort" in all 
the user-facing places in KDE and change them to "Cancel" (unless there was 
something more appropriate) because "abort" is more of a techy word than a 
user word. A patch is attached for Kate's "are you sure you want to quit 
without saving?" -type dialog.

And before you ask why not use reviewboad: reviewboard is bugging out

-- 
Mackenzie Morgan
http://ubuntulinuxtipstricks.blogspot.com
apt-get moo

["kate_abort2cancel.diff" (text/x-patch)]

Index: app/katesavemodifieddialog.cpp
===================================================================
--- app/katesavemodifieddialog.cpp	(revision 990568)
+++ app/katesavemodifieddialog.cpp	(working copy)
@@ -175,7 +175,7 @@
   connect(this, SIGNAL(noClicked()), this, SLOT(slotDoNotSave()));
 
   KGuiItem cancelItem = KStandardGuiItem::cancel();
-  cancelItem.setText(i18n("&Abort Closing"));
+  cancelItem.setText(i18n("Do &Not Close"));
   setButtonGuiItem(KDialog::Cancel, cancelItem);
 
   KVBox *box = new KVBox(this);
Index: plugins/insertcommand/plugin_kateinsertcommand.cpp
===================================================================
--- plugins/insertcommand/plugin_kateinsertcommand.cpp	(revision 990568)
+++ plugins/insertcommand/plugin_kateinsertcommand.cpp	(working copy)
@@ -213,7 +213,7 @@
 {
     if ( sh->isRunning() ) {
       wdlg = new WaitDlg( (QWidget*)kv, i18n(
-        "Executing command:\n%1\n\nPress 'Cancel' to abort.", cmd)  );
+        "Executing command:\n%1\n\nPress 'Cancel' to cancel.", cmd)  );
       connect(wdlg, SIGNAL(cancelClicked()), this, SLOT(slotAbort()) );
     }
     if ( sh->isRunning() )    // we may have finished while creating the dialog.

["signature.asc" (application/pgp-signature)]

_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic