]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmountoperation-stub.c
spinbutton: don't override initial text in non-numeric-only spin buttons
[~andy/gtk] / gtk / gtkmountoperation-stub.c
index c7b8d1a9ed94071b7cca9a26ee6e0a2355065c06..3811f0bf01f658cc452a8d7549f3d4de97600acb 100644 (file)
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -61,7 +59,7 @@ _gtk_mount_operation_kill_process (GPid      pid,
   g_set_error (error,
                G_IO_ERROR,
                G_IO_ERROR_NOT_SUPPORTED,
-               _("Cannot kill process with pid %d. Operation is not implemented."),
+               _("Cannot kill process with PID %d. Operation is not implemented."),
                pid);
   return FALSE;
 }