gparted r854 - in trunk: . src
- From: gedakc svn gnome org
- To: svn-commits-list gnome org
- Subject: gparted r854 - in trunk: . src
- Date: Thu, 12 Jun 2008 22:22:30 +0000 (UTC)
Author: gedakc
Date: Thu Jun 12 22:22:29 2008
New Revision: 854
URL: http://svn.gnome.org/viewvc/gparted?rev=854&view=rev
Log:
Fixed 3 grammatical errors by replacing periods with dashes
Modified:
trunk/ChangeLog
trunk/src/GParted_Core.cc
Modified: trunk/src/GParted_Core.cc
==============================================================================
--- trunk/src/GParted_Core.cc (original)
+++ trunk/src/GParted_Core.cc Thu Jun 12 22:22:29 2008
@@ -1230,7 +1230,7 @@
{
operationdetail .add_child( OperationDetail( _("move filesystem") ) ) ;
operationdetail .get_last_child() .add_child(
- OperationDetail( _("new and old filesystem have the same positition. skipping this operation"),
+ OperationDetail( _("new and old filesystem have the same positition -- skipping this operation"),
STATUS_NONE,
FONT_ITALIC ) ) ;
@@ -1435,7 +1435,7 @@
if ( action == NONE )
{
operationdetail .get_last_child() .add_child(
- OperationDetail( _("new and old partition have the same size and position. skipping this operation"),
+ OperationDetail( _("new and old partition have the same size and position -- skipping this operation"),
STATUS_NONE,
FONT_ITALIC ) ) ;
@@ -1538,7 +1538,7 @@
operationdetail .add_child( OperationDetail( _("resize filesystem") ) ) ;
operationdetail .get_last_child() .add_child(
OperationDetail(
- _("new and old filesystem have the same size. skipping this operation"),
+ _("new and old filesystem have the same size -- skipping this operation"),
STATUS_NONE,
FONT_ITALIC ) ) ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]