[yast-commit] r67757 - in /trunk/country: VERSION language/src/proposal/language_proposal.ycp language/src/select_language.ycp package/yast2-country.changes timezone/src/dialogs.ycp
Author: jsuchome Date: Thu Mar 29 14:24:42 2012 New Revision: 67757 URL: http://svn.opensuse.org/viewcvs/yast?rev=67757&view=rev Log: - merged proofed texts - 2.22.5 Modified: trunk/country/VERSION trunk/country/language/src/proposal/language_proposal.ycp trunk/country/language/src/select_language.ycp trunk/country/package/yast2-country.changes trunk/country/timezone/src/dialogs.ycp Modified: trunk/country/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/VERSION?rev=67757&r1=67756&r2=67757&view=diff ============================================================================== --- trunk/country/VERSION (original) +++ trunk/country/VERSION Thu Mar 29 14:24:42 2012 @@ -1 +1 @@ -2.22.4 +2.22.5 Modified: trunk/country/language/src/proposal/language_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/language/src/proposal/language_proposal.ycp?rev=67757&r1=67756&r2=67757&view=diff ============================================================================== --- trunk/country/language/src/proposal/language_proposal.ycp (original) +++ trunk/country/language/src/proposal/language_proposal.ycp Thu Mar 29 14:24:42 2012 @@ -120,9 +120,9 @@ ret = $[ // label text - "rich_text_title" : _( "Language" ), + "rich_text_title" : _("Language"), // menue label text - "menu_title" : _( "&Language" ), + "menu_title" : _("&Language"), "id" : "language_stuff" ]; } Modified: trunk/country/language/src/select_language.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/language/src/select_language.ycp?rev=67757&r1=67756&r2=67757&view=diff ============================================================================== --- trunk/country/language/src/select_language.ycp (original) +++ trunk/country/language/src/select_language.ycp Thu Mar 29 14:24:42 2012 @@ -375,7 +375,7 @@ { // help text, continued help_text = help_text + _("<p> -You can select <b>Abort Installation</b> at any time to abort the +You can select <b>Abort</b> at any time to abort the installation process. </p> "); Modified: trunk/country/package/yast2-country.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=67757&r1=67756&r2=67757&view=diff ============================================================================== --- trunk/country/package/yast2-country.changes (original) +++ trunk/country/package/yast2-country.changes Thu Mar 29 14:24:42 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 29 14:24:10 CEST 2012 - jsuchome@suse.cz + +- merged proofed texts +- 2.22.5 + +------------------------------------------------------------------- Fri Jan 13 11:35:23 CET 2012 - jsuchome@suse.cz - call GfxMenu::Update from client, so we do not have to require Modified: trunk/country/timezone/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/dialogs.ycp?rev=67757&r1=67756&r2=67757&view=diff ============================================================================== --- trunk/country/timezone/src/dialogs.ycp (original) +++ trunk/country/timezone/src/dialogs.ycp Thu Mar 29 14:24:42 2012 @@ -132,7 +132,7 @@ string ntp_help_text = (string) ntp_call("ui_help_text", $[]); // help text for set time dialog - string htext = _("<p>The current system time and date are displayed. If required change them to the correct values manually, or use Network Time Protocol (NTP).</p>") + + string htext = _("<p>The current system time and date are displayed. If required, change them to the correct values manually or use Network Time Protocol (NTP).</p>") + // help text, cont. _("<p>Press <b>Accept</b> to save your changes.</p>") + @@ -601,7 +601,7 @@ term hwclock_term = `VBox ( `CheckBox (`id (`hwclock), `opt(`hstretch, `notify), // check box label - _("&Hardware Clock Set To UTC"), hwclock == "-u" + _("&Hardware Clock Set to UTC"), hwclock == "-u" ), textmode ? `Label ("") : `Empty () ); -- 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