[yast-commit] r67796 - in /trunk/power-management: package/yast2-power-management.changes src/commandline.ycp src/helps.ycp src/widgets.ycp
Author: jsuchome Date: Thu Mar 29 15:41:56 2012 New Revision: 67796 URL: http://svn.opensuse.org/viewcvs/yast?rev=67796&view=rev Log: - merged proofread texts Modified: trunk/power-management/package/yast2-power-management.changes trunk/power-management/src/commandline.ycp trunk/power-management/src/helps.ycp trunk/power-management/src/widgets.ycp Modified: trunk/power-management/package/yast2-power-management.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/power-management/package/yast2-power-management.changes?rev=67796&r1=67795&r2=67796&view=diff ============================================================================== --- trunk/power-management/package/yast2-power-management.changes (original) +++ trunk/power-management/package/yast2-power-management.changes Thu Mar 29 15:41:56 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:41:36 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Fri Aug 5 12:34:35 CEST 2011 - tgoettlicher@suse.de - fixed .desktop file (bnc #681249) Modified: trunk/power-management/src/commandline.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/power-management/src/commandline.ycp?rev=67796&r1=67795&r2=67796&view=diff ============================================================================== --- trunk/power-management/src/commandline.ycp (original) +++ trunk/power-management/src/commandline.ycp Thu Mar 29 15:41:56 2012 @@ -229,7 +229,7 @@ ], "selected_profile" : $[ // command line help text for an option - "help" : _("Display only profile selected for being used"), + "help" : _("Display only profile selected for use"), ], "profile" : $[ // command line help text for an option Modified: trunk/power-management/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/power-management/src/helps.ycp?rev=67796&r1=67795&r2=67796&view=diff ============================================================================== --- trunk/power-management/src/helps.ycp (original) +++ trunk/power-management/src/helps.ycp Thu Mar 29 15:41:56 2012 @@ -58,8 +58,9 @@ // Schemes list dialog 1/3 "profiles_list" : _("<p><b><big>Profile Setup</big></b><br> -Here, adjust the energy saving Profiles. To modify a profile, select -it and click <b>Edit</b>.</p>") +Adjust the energy saving profiles. To modify a profile, select +it and click <b>Edit</b>.</p> +") + // Schemes list dialog 2/3 _("<p>To add a new profile, select a profile to clone then click Modified: trunk/power-management/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/power-management/src/widgets.ycp?rev=67796&r1=67795&r2=67796&view=diff ============================================================================== --- trunk/power-management/src/widgets.ycp (original) +++ trunk/power-management/src/widgets.ycp Thu Mar 29 15:41:56 2012 @@ -548,7 +548,7 @@ `VStretch (), `Left (`IntField (`id (`ondemand_threshold), _("Load Checking Interval"), 0, 1000000, 0)), `VStretch (), - `Left (`IntField (`id (`powersave_bias), _("Lower frequency by (percent)"), 0, 100, 0)), + `Left (`IntField (`id (`powersave_bias), _("Lower Frequency by (percent)"), 0, 100, 0)), `VStretch (), `Left (`CheckBox (`id (`sched_saving), _("Balance Load between CPU Cores"))) ), `HStretch ())), -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org