[yast-commit] r64688 - in /trunk/storage: package/yast2-storage.changes storage/src/include/custom_part_dialogs.ycp storage/src/include/ep-unused.ycp storage/src/modules/FileSystems.ycp
Author: aschnell Date: Fri Jul 1 09:55:54 2011 New Revision: 64688 URL: http://svn.opensuse.org/viewcvs/yast?rev=64688&view=rev Log: - fixed some typos (bnc #703246) Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/include/custom_part_dialogs.ycp trunk/storage/storage/src/include/ep-unused.ycp trunk/storage/storage/src/modules/FileSystems.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=64688&r1=64687&r2=64688&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Fri Jul 1 09:55:54 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Jul 01 09:54:28 CEST 2011 - aschnell@suse.de + +- fixed some typos (bnc #703246) + +------------------------------------------------------------------- Thu Jun 9 14:56:02 CEST 2011 - fehr@suse.de - add functionality to have everything in a default btrfs subvol Modified: trunk/storage/storage/src/include/custom_part_dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_dialogs.ycp?rev=64688&r1=64687&r2=64688&view=diff ============================================================================== --- trunk/storage/storage/src/include/custom_part_dialogs.ycp (original) +++ trunk/storage/storage/src/include/custom_part_dialogs.ycp Fri Jul 1 09:55:54 2011 @@ -1360,9 +1360,9 @@ string pth = (string)UI::QueryWidget( `id(`new_path), `Value ); y2milestone( "SubvolHandling add path:%1", pth ); if( pth==nil || size(pth)==0 ) - Popup::Message(_("Empty subvolume name noit allowed.")); + Popup::Message(_("Empty subvolume name not allowed.")); else if( size(filter( map p, new["subvol"]:[], ``(p["name"]:""==pth)))>0 ) - Popup::Message(sformat(_("Subvolume name %1 alread exists."),pth)); + Popup::Message(sformat(_("Subvolume name %1 already exists."),pth)); else { new["subvol"] = add( new["subvol"]:[], $[ "create" : true, "name" : pth ] ); Modified: trunk/storage/storage/src/include/ep-unused.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-unused.ycp?rev=64688&r1=64687&r2=64688&view=diff ============================================================================== --- trunk/storage/storage/src/include/ep-unused.ycp (original) +++ trunk/storage/storage/src/include/ep-unused.ycp Fri Jul 1 09:55:54 2011 @@ -88,7 +88,7 @@ { case `rescan: // popup message - if (Popup::YesNo(_("Rescaning unused devices cancels + if (Popup::YesNo(_("Rescanning unused devices cancels all current changes. Really rescan unused devices?"))) { RescanDisks(); Modified: trunk/storage/storage/src/modules/FileSystems.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/FileSystems.ycp?rev=64688&r1=64687&r2=64688&view=diff ============================================================================== --- trunk/storage/storage/src/modules/FileSystems.ycp (original) +++ trunk/storage/storage/src/modules/FileSystems.ycp Fri Jul 1 09:55:54 2011 @@ -347,7 +347,7 @@ // help text, richtext format `help_text : _("<p><b>Tmpfs Size:</b> Size may be either entered as a number followed by K,M,G for Kilo-, Mega- or Gigabyte or -as a number followeb by a percent sign meaning percentage of memory.</p>") +as a number followed by a percent sign meaning percentage of memory.</p>") ]]; define map<symbol, map<symbol, any> > GetNormalFilesystems()``{ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org