[gparted] Make all move warning strings translatable
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Make all move warning strings translatable
- Date: Mon, 19 Mar 2012 16:59:38 +0000 (UTC)
commit 57762cb61025b6bb8e0852d30145339d46650ad0
Author: Curtis Gedak <gedakc gmail com>
Date: Mon Mar 19 10:58:39 2012 -0600
Make all move warning strings translatable
src/Win_GParted.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 2706c1b..7fa0ced 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1570,13 +1570,13 @@ void Win_GParted::activate_resize()
String::ucompose( _( "You have queued an operation to move the start sector of partition %1." )
, operation ->partition_original .get_path()
) ;
- tmp_msg += " Failure to boot is most likely to occur if you move the GNU/Linux partition containing /boot, or if you move the Windows system partition C:." ;
+ tmp_msg += _( " Failure to boot is most likely to occur if you move the GNU/Linux partition containing /boot, or if you move the Windows system partition C:." ) ;
tmp_msg += "\n" ;
tmp_msg += _( "You can learn how to repair the boot configuration in the GParted FAQ." ) ;
tmp_msg += "\n" ;
tmp_msg += "http://gparted.org/faq.php" ;
tmp_msg += "\n\n" ;
- tmp_msg += "Moving a partition might take a very long time to apply." ;
+ tmp_msg += _( "Moving a partition might take a very long time to apply." ) ;
dialog .set_secondary_text( tmp_msg ) ;
dialog .run() ;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]