[yast-commit] r67811 - in /trunk/snapper: VERSION package/yast2-snapper.changes src/dialogs.ycp
Author: jsuchome Date: Thu Mar 29 16:01:29 2012 New Revision: 67811 URL: http://svn.opensuse.org/viewcvs/yast?rev=67811&view=rev Log: - merge proofread texts - 2.22.4 Modified: trunk/snapper/VERSION trunk/snapper/package/yast2-snapper.changes trunk/snapper/src/dialogs.ycp Modified: trunk/snapper/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/snapper/VERSION?rev=67811&r1=67810&r2=67811&view=diff ============================================================================== --- trunk/snapper/VERSION (original) +++ trunk/snapper/VERSION Thu Mar 29 16:01:29 2012 @@ -1 +1 @@ -2.22.3 +2.22.4 Modified: trunk/snapper/package/yast2-snapper.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/snapper/package/yast2-snapper.changes?rev=67811&r1=67810&r2=67811&view=diff ============================================================================== --- trunk/snapper/package/yast2-snapper.changes (original) +++ trunk/snapper/package/yast2-snapper.changes Thu Mar 29 16:01:29 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 29 16:01:03 CEST 2012 - jsuchome@suse.cz + +- merge proofread texts +- 2.22.4 + +------------------------------------------------------------------- Mon Jan 16 15:06:11 CET 2012 - jsuchome@suse.cz - when reverting changes to selected snapshot, delete files as well Modified: trunk/snapper/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/snapper/src/dialogs.ycp?rev=67811&r1=67810&r2=67811&view=diff ============================================================================== --- trunk/snapper/src/dialogs.ycp (original) +++ trunk/snapper/src/dialogs.ycp Thu Mar 29 16:01:29 2012 @@ -406,7 +406,7 @@ } // button label - string restore_label = _("R&estore From First"); + string restore_label = _("R&estore from First"); // button label string restore_label_single = _("Restore"); @@ -421,7 +421,7 @@ `VSquash (`HBox ( `HStretch (), type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), restore_label), - `PushButton (`id (`restore), type == `SINGLE ? restore_label_single : _("Res&tore From Second")) + `PushButton (`id (`restore), type == `SINGLE ? restore_label_single : _("Res&tore from Second")) )) ), `HSpacing (0.5)) ); -- 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