[gparted] Add more translator comments requested in bug #631684
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Add more translator comments requested in bug #631684
- Date: Fri, 15 Oct 2010 20:52:01 +0000 (UTC)
commit 7dd6381c43327426c98d4df1446c62971a2b923b
Author: Curtis Gedak <gedakc gmail com>
Date: Fri Oct 15 14:50:58 2010 -0600
Add more translator comments requested in bug #631684
src/GParted_Core.cc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc
index be6ff97..178b7aa 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -535,7 +535,9 @@ bool GParted_Core::snap_to_alignment( const Device & device, Partition & partiti
//do some basic checks on the partition
if ( partition .get_sector_length() <= 0 )
{
- error = String::ucompose( _("A partition cannot have a length of %1 sectors"),
+ error = String::ucompose(
+ /* TO TRANSLATORS: looks like A partition cannot have a length of -1 sectors */
+ _("A partition cannot have a length of %1 sectors"),
partition .get_sector_length() ) ;
return false ;
}
@@ -543,6 +545,7 @@ bool GParted_Core::snap_to_alignment( const Device & device, Partition & partiti
if ( partition .get_sector_length() < partition .sectors_used )
{
error = String::ucompose(
+ /* TO TRANSLATORS: looks like A partition with used sectors (2048) greater than its length (1536) is not valid */
_("A partition with used sectors (%1) greater than its length (%2) is not valid"),
partition .sectors_used,
partition .get_sector_length() ) ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]