--===============1913645504== Content-Type: multipart/signed; boundary="nextPart9464781.1lRqLS4xG6"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart9464781.1lRqLS4xG6 Content-Type: multipart/mixed; boundary="Boundary-01=_q3lYKyCMQfcDvvG" Content-Transfer-Encoding: 7bit --Boundary-01=_q3lYKyCMQfcDvvG Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Celeste/seele asked me to go through and get rid of the word "abort" in all= =20 the user-facing places in KDE and change them to "Cancel" (unless there was= =20 something more appropriate) because "abort" is more of a techy word than a= =20 user word. A patch is attached for Kate's "are you sure you want to quit=20 without saving?" -type dialog. And before you ask why not use reviewboad: reviewboard is bugging out =2D-=20 Mackenzie Morgan http://ubuntulinuxtipstricks.blogspot.com apt-get moo --Boundary-01=_q3lYKyCMQfcDvvG Content-Type: text/x-patch; charset="UTF-8"; name="kate_abort2cancel.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="kate_abort2cancel.diff" Index: app/katesavemodifieddialog.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- app/katesavemodifieddialog.cpp (revision 990568) +++ app/katesavemodifieddialog.cpp (working copy) @@ -175,7 +175,7 @@ connect(this, SIGNAL(noClicked()), this, SLOT(slotDoNotSave())); =20 KGuiItem cancelItem =3D KStandardGuiItem::cancel(); =2D cancelItem.setText(i18n("&Abort Closing")); + cancelItem.setText(i18n("Do &Not Close")); setButtonGuiItem(KDialog::Cancel, cancelItem); =20 KVBox *box =3D new KVBox(this); Index: plugins/insertcommand/plugin_kateinsertcommand.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- plugins/insertcommand/plugin_kateinsertcommand.cpp (revision 990568) +++ plugins/insertcommand/plugin_kateinsertcommand.cpp (working copy) @@ -213,7 +213,7 @@ { if ( sh->isRunning() ) { wdlg =3D new WaitDlg( (QWidget*)kv, i18n( =2D "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 d= ialog. --Boundary-01=_q3lYKyCMQfcDvvG-- --nextPart9464781.1lRqLS4xG6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkpiXeoACgkQojm3DbyNMmnubQCfclqlylHoMf8d0k6uCm6fSO3x kxIAn3OJo4RYRaVbSaOUtdKunrGNtX4s =WIrV -----END PGP SIGNATURE----- --nextPart9464781.1lRqLS4xG6-- --===============1913645504== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ KWrite-Devel mailing list KWrite-Devel@kde.org https://mail.kde.org/mailman/listinfo/kwrite-devel --===============1913645504==--