[yast-commit] r61049 - in /trunk/storage: package/yast2-storage.changes storage/src/include/ep-lvm-dialogs.ycp
Author: aschnell Date: Fri Feb 26 15:11:07 2010 New Revision: 61049 URL: http://svn.opensuse.org/viewcvs/yast?rev=61049&view=rev Log: - mark messages for translation (bnc #580855) Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/include/ep-lvm-dialogs.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.cha... ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Fri Feb 26 15:11:07 2010 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Feb 26 15:02:54 CET 2010 - aschnell@suse.de + +- mark messages for translation (bnc #580855) + +------------------------------------------------------------------- Thu Feb 25 13:00:45 CET 2010 - aschnell@suse.de - fixed proposal workflow on S390 (bnc #583119) Modified: trunk/storage/storage/src/include/ep-lvm-dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-lv... ============================================================================== --- trunk/storage/storage/src/include/ep-lvm-dialogs.ycp (original) +++ trunk/storage/storage/src/include/ep-lvm-dialogs.ycp Fri Feb 26 15:11:07 2010 @@ -214,7 +214,7 @@ }); // label for input field - contents = add(contents, `Left(`InputField(`id(`vgname), "Volume Group Name"))); + contents = add(contents, `Left(`InputField(`id(`vgname), _("Volume Group Name")))); contents = add(contents, `Left(`ComboBoxSelected(`id(`pesize), `opt(`editable), // label for combo box _("&Physical Extent Size"), pesizes_list, `id(pesize)))); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org